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

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

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

#bedcea

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



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


eef6f9

ebf4f8

e8f2f7

e5f1f6

e1eff5

deedf4

dbebf3

d8eaf2

d4e8f1

d1e6f0

cee4ef

cbe3ee

c7e1ed

c4dfec

c1ddeb

b4d1de

abc6d2

a1bbc6

98b0bb

8ea5af

859aa3

7b8f98

72848c

687980

5f6e75

556369

4c585d

424d51

394246

2f373a


似ている色

lightblue
add8e6
powderblue
b0e0e6

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

48d1cc

00ced1

20b2aa


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





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



CSS作成

				.colorbedcea{
	color : #bedcea;
}
				

CSSの利用例

<span class="colorbedcea">
This color is #bedcea.
</span>
				


HTML上にstyleで直接書く

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


CSSの適用
この色は #bedcea.



RGB(3原色)の値

R : 190
G : 220
B : 234



トップに戻る

Color Floresta.