Color Hex Logo

#cae0ea Color Hex

#CAE0EA
(202,224,234)
0 Favorites   0 Comments

Color spaces of #cae0ea

RGB 202224234
HSL0.550.430.85
HSV199°14°92°
CMYK 0.140.040.00   0.08
XYZ65.864171.808488.2309
Yxy71.80840.29160.3179
Hunter Lab84.7398-9.5555-2.4147
CIE-Lab87.8763-5.2832-7.3620

#cae0ea color RGB value is (202,224,234).

#cae0ea hex color red value is 202, green value is 224 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cae0ea hue: 0.55 , saturation: 0.43 and the lightness value of cae0ea is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 11101010
Octal 312 340 352
Decimal 202 224 234
Hex CA E0 EA

RGB Percentages of Color #cae0ea

%30.61
%33.94
%35.45

CMYK Percentages of Color #cae0ea

%14
%4
%0
%8

Triadic Colors of #cae0ea

#cae0ea #eacae0 #e0eaca

Analogous Colors of #cae0ea

#cae0ea #cad0ea #caeae4

Monochromatic Colors of #cae0ea

#cae0ea

Complementary Color

#cae0ea #ead4ca

#cae0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae0ea Color CSS Codes

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

#cae0ea Text Font Color

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

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


#cae0ea Background Color

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

This div background color is #cae0ea


#cae0ea Border Color

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

This div border color is #cae0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae0ea


Comments

No comments written yet.

Please login to write comment.