Color Hex Logo

#cae0ec Color Hex

#CAE0EC
(202,224,236)
0 Favorites   0 Comments

Color spaces of #cae0ec

RGB 202224236
HSL0.560.470.86
HSV201°14°93°
CMYK 0.140.050.00   0.07
XYZ66.153171.924089.7530
Yxy71.92400.29040.3157
Hunter Lab84.8080-9.1780-3.3815
CIE-Lab87.9320-4.8771-8.3321

#cae0ec color RGB value is (202,224,236).

#cae0ec hex color red value is 202, green value is 224 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cae0ec hue: 0.56 , saturation: 0.47 and the lightness value of cae0ec is 0.86.

The process color (four color CMYK) of #cae0ec color hex is 0.14, 0.05, 0.00, 0.07. Web safe color of #cae0ec is #ccccff. Color #cae0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 11101100
Octal 312 340 354
Decimal 202 224 236
Hex CA E0 EC

RGB Percentages of Color #cae0ec

%30.51
%33.84
%35.65

CMYK Percentages of Color #cae0ec

%14
%5
%0
%7

Triadic Colors of #cae0ec

#cae0ec #eccae0 #e0ecca

Analogous Colors of #cae0ec

#cae0ec #cacfec #caece7

Monochromatic Colors of #cae0ec

#cae0ec

Complementary Color

#cae0ec #ecd6ca

#cae0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae0ec Color CSS Codes

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

#cae0ec Text Font Color

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

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


#cae0ec Background Color

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

This div background color is #cae0ec


#cae0ec Border Color

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

This div border color is #cae0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,224,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae0ec


Comments

No comments written yet.

Please login to write comment.