Color Hex Logo

#cae9dc Color Hex

#CAE9DC
(202,233,220)
0 Favorites   0 Comments

Color spaces of #cae9dc

RGB 202233220
HSL0.430.410.85
HSV155°13°91°
CMYK 0.130.000.06   0.09
XYZ66.414376.001778.8795
Yxy76.00170.30010.3434
Hunter Lab87.1790-16.57917.3797
CIE-Lab89.8601-12.60562.8933

#cae9dc color RGB value is (202,233,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 11011100
Octal 312 351 334
Decimal 202 233 220
Hex CA E9 DC

RGB Percentages of Color #cae9dc

%30.84
%35.57
%33.59

CMYK Percentages of Color #cae9dc

%13
%0
%6
%9

Triadic Colors of #cae9dc

#cae9dc #dccae9 #e9dcca

Analogous Colors of #cae9dc

#cae9dc #cae7e9 #cae9cd

Monochromatic Colors of #cae9dc

#cae9dc

Complementary Color

#cae9dc #e9cad7

#cae9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae9dc Color CSS Codes

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

#cae9dc Text Font Color

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

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


#cae9dc Background Color

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

This div background color is #cae9dc


#cae9dc Border Color

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

This div border color is #cae9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae9dc


Comments

No comments written yet.

Please login to write comment.