Color Hex Logo

#cfdef9 Color Hex

#CFDEF9
(207,222,249)
0 Favorites   0 Comments

Color spaces of #cfdef9

RGB 207222249
HSL0.610.780.89
HSV219°17°98°
CMYK 0.170.110.00   0.02
XYZ68.952372.347599.9528
Yxy72.34750.28580.2999
Hunter Lab85.0573-4.1481-10.1329
CIE-Lab88.13560.4091-14.8314

#cfdef9 color RGB value is (207,222,249).

#cfdef9 hex color red value is 207, green value is 222 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #cfdef9 hue: 0.61 , saturation: 0.78 and the lightness value of cfdef9 is 0.89.

The process color (four color CMYK) of #cfdef9 color hex is 0.17, 0.11, 0.00, 0.02. Web safe color of #cfdef9 is #ccccff. Color #cfdef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 11111001
Octal 317 336 371
Decimal 207 222 249
Hex CF DE F9

RGB Percentages of Color #cfdef9

%30.53
%32.74
%36.73

CMYK Percentages of Color #cfdef9

%17
%11
%0
%2

Triadic Colors of #cfdef9

#cfdef9 #f9cfde #def9cf

Analogous Colors of #cfdef9

#cfdef9 #d5cff9 #cff3f9

Monochromatic Colors of #cfdef9

#cfdef9

Complementary Color

#cfdef9 #f9eacf

#cfdef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdef9 Color CSS Codes

.mybgcolor {background-color:#cfdef9; } 
.myforecolor {color:#cfdef9; }
.mybordercolor {border:3px solid #cfdef9; }

#cfdef9 Text Font Color

<p style="color:#cfdef9">Text here</p>

This sample text font color is #cfdef9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cfdef9 Background Color

<div style="background-color:#cfdef9">
Div content here</div>

This div background color is #cfdef9


#cfdef9 Border Color

<div style="border:3px solid #cfdef9">
Div here</div>

This div border color is #cfdef9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,222,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfdef9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfdef9;
  -webkit-box-shadow: 1px 1px 3px 2px #cfdef9;
  box-shadow:         1px 1px 3px 2px #cfdef9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,222,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cfdef9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdef9;
  -webkit-box-shadow: 1px 1px 3px 2px #cfdef9;
  box-shadow:         1px 1px 3px 2px #cfdef9;">
Div content here</div>

This div box has shadow with color #cfdef9


Comments

No comments written yet.

Please login to write comment.