色の森:カラーコードの辞書

WEBで使えるカラーコード一覧と、そのグラデーションコード

カラーコードが、実際に写真の中で使われているところを確認できます。その写真にあるカラーコードのポイントから、関連するカラーコードを探すことができます。

#bbedee

この色は、ウェブサイトで使用できます(テキストの色、背面の色など)。



グラデーションカラーコード


eefafa

eaf9f9

e7f8f9

e3f7f8

e0f6f7

ddf6f6

d9f5f5

d6f4f4

d2f3f3

cff2f3

ccf1f2

c8f0f1

c5eff0

c1eeef

beedee

b1e1e2

a8d5d6

9ec9ca

95bdbe

8cb1b2

82a5a6

799a9a

708e8e

668282

5d7677

546a6b

4a5e5f

415253

384747

2e3b3b


似ている色

lightblue
add8e6
powderblue
b0e0e6

afeeee
lightcyan
e0ffff
cyan
00ffff
aqua
00ffff
turquoise
40e0d0

48d1cc

00ced1

20b2aa


このカラーコードを使っている写真を見てみる





カラーコードを写真からワンクリックで取得する一覧



CSS作成

				.colorbbedee{
	color : #bbedee;
}
				

CSSの利用例

<span class="colorbbedee">
This color is #bbedee.
</span>
				


HTML上にstyleで直接書く

	<span style="color:#bbedee">
	この色は #bbedee.
	</span>
				


CSSの適用
この色は #bbedee.



RGB(3原色)の値

R : 187
G : 237
B : 238



トップに戻る

Color Floresta.