Color Hex Logo

#cfd8ea Color Hex

#CFD8EA
(207,216,234)
0 Favorites   0 Comments

Color spaces of #cfd8ea

RGB 207216234
HSL0.610.390.86
HSV220°12°92°
CMYK 0.120.080.00   0.08
XYZ65.139368.317687.5953
Yxy68.31760.29470.3091
Hunter Lab82.6545-3.9709-4.9761
CIE-Lab86.16500.4640-9.8637

#cfd8ea color RGB value is (207,216,234).

#cfd8ea hex color red value is 207, green value is 216 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfd8ea hue: 0.61 , saturation: 0.39 and the lightness value of cfd8ea is 0.86.

The process color (four color CMYK) of #cfd8ea color hex is 0.12, 0.08, 0.00, 0.08. Web safe color of #cfd8ea is #ccccff. Color #cfd8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011000 11101010
Octal 317 330 352
Decimal 207 216 234
Hex CF D8 EA

RGB Percentages of Color #cfd8ea

%31.51
%32.88
%35.62

CMYK Percentages of Color #cfd8ea

%12
%8
%0
%8

Triadic Colors of #cfd8ea

#cfd8ea #eacfd8 #d8eacf

Analogous Colors of #cfd8ea

#cfd8ea #d4cfea #cfe6ea

Monochromatic Colors of #cfd8ea

#cfd8ea

Complementary Color

#cfd8ea #eae1cf

#cfd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd8ea Color CSS Codes

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

#cfd8ea Text Font Color

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

This sample text font color is #cfd8ea
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.


#cfd8ea Background Color

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

This div background color is #cfd8ea


#cfd8ea Border Color

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

This div border color is #cfd8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd8ea


Comments

No comments written yet.

Please login to write comment.