Color Hex Logo

#cae8dd Color Hex

#CAE8DD
(202,232,221)
0 Favorites   0 Comments

Color spaces of #cae8dd

RGB 202232221
HSL0.440.390.85
HSV158°13°91°
CMYK 0.130.000.05   0.09
XYZ66.264975.490279.4852
Yxy75.49020.29950.3412
Hunter Lab86.8851-15.91186.5792
CIE-Lab89.6221-11.91262.0244

#cae8dd color RGB value is (202,232,221).

#cae8dd hex color red value is 202, green value is 232 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cae8dd hue: 0.44 , saturation: 0.39 and the lightness value of cae8dd is 0.85.

The process color (four color CMYK) of #cae8dd color hex is 0.13, 0.00, 0.05, 0.09. Web safe color of #cae8dd is #ccffcc. Color #cae8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 11011101
Octal 312 350 335
Decimal 202 232 221
Hex CA E8 DD

RGB Percentages of Color #cae8dd

%30.84
%35.42
%33.74

CMYK Percentages of Color #cae8dd

%13
%0
%5
%9

Triadic Colors of #cae8dd

#cae8dd #ddcae8 #e8ddca

Analogous Colors of #cae8dd

#cae8dd #cae4e8 #cae8ce

Monochromatic Colors of #cae8dd

#cae8dd

Complementary Color

#cae8dd #e8cad5

#cae8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae8dd Color CSS Codes

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

#cae8dd Text Font Color

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

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


#cae8dd Background Color

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

This div background color is #cae8dd


#cae8dd Border Color

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

This div border color is #cae8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae8dd


Comments

No comments written yet.

Please login to write comment.