Color Hex Logo

#cae9cd Color Hex

#CAE9CD
(202,233,205)
0 Favorites   0 Comments

Color spaces of #cae9cd

RGB 202233205
HSL0.350.410.85
HSV126°13°91°
CMYK 0.130.000.12   0.09
XYZ64.515575.242268.8805
Yxy75.24220.30920.3606
Hunter Lab86.7423-19.037613.6384
CIE-Lab89.5063-15.349910.2186

#cae9cd color RGB value is (202,233,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 11001101
Octal 312 351 315
Decimal 202 233 205
Hex CA E9 CD

RGB Percentages of Color #cae9cd

%31.56
%36.41
%32.03

CMYK Percentages of Color #cae9cd

%13
%0
%12
%9

Triadic Colors of #cae9cd

#cae9cd #cdcae9 #e9cdca

Analogous Colors of #cae9cd

#cae9cd #cae9dd #d7e9ca

Monochromatic Colors of #cae9cd

#cae9cd

Complementary Color

#cae9cd #e9cae6

#cae9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae9cd Color CSS Codes

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

#cae9cd Text Font Color

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

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


#cae9cd Background Color

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

This div background color is #cae9cd


#cae9cd Border Color

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

This div border color is #cae9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae9cd


Comments

No comments written yet.

Please login to write comment.