Color Hex Logo

#cae9cc Color Hex

#CAE9CC
(202,233,204)
0 Favorites   0 Comments

Color spaces of #cae9cc

RGB 202233204
HSL0.340.410.85
HSV124°13°91°
CMYK 0.130.000.12   0.09
XYZ64.395175.194068.2467
Yxy75.19400.30980.3618
Hunter Lab86.7145-19.194314.0373
CIE-Lab89.4838-15.526310.7080

#cae9cc color RGB value is (202,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 11001100
Octal 312 351 314
Decimal 202 233 204
Hex CA E9 CC

RGB Percentages of Color #cae9cc

%31.61
%36.46
%31.92

CMYK Percentages of Color #cae9cc

%13
%0
%12
%9

Triadic Colors of #cae9cc

#cae9cc #cccae9 #e9ccca

Analogous Colors of #cae9cc

#cae9cc #cae9dc #d8e9ca

Monochromatic Colors of #cae9cc

#cae9cc

Complementary Color

#cae9cc #e9cae7

#cae9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae9cc Color CSS Codes

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

#cae9cc Text Font Color

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

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


#cae9cc Background Color

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

This div background color is #cae9cc


#cae9cc Border Color

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

This div border color is #cae9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae9cc


Comments

No comments written yet.

Please login to write comment.