Color Hex Logo

#cfe1ea Color Hex

#CFE1EA
(207,225,234)
0 Favorites   0 Comments

Color spaces of #cfe1ea

RGB 207225234
HSL0.560.390.86
HSV200°12°92°
CMYK 0.120.040.00   0.08
XYZ67.508673.056388.3851
Yxy73.05630.29490.3191
Hunter Lab85.4730-8.5941-1.4790
CIE-Lab88.4746-4.2097-6.4391

#cfe1ea color RGB value is (207,225,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 11101010
Octal 317 341 352
Decimal 207 225 234
Hex CF E1 EA

RGB Percentages of Color #cfe1ea

%31.08
%33.78
%35.14

CMYK Percentages of Color #cfe1ea

%12
%4
%0
%8

Triadic Colors of #cfe1ea

#cfe1ea #eacfe1 #e1eacf

Analogous Colors of #cfe1ea

#cfe1ea #cfd4ea #cfeae6

Monochromatic Colors of #cfe1ea

#cfe1ea

Complementary Color

#cfe1ea #ead8cf

#cfe1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe1ea Color CSS Codes

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

#cfe1ea Text Font Color

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

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


#cfe1ea Background Color

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

This div background color is #cfe1ea


#cfe1ea Border Color

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

This div border color is #cfe1ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,225,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 #cfe1ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe1ea


Comments

No comments written yet.

Please login to write comment.