Color Hex Logo

#cae9ce Color Hex

#CAE9CE
(202,233,206)
0 Favorites   0 Comments

Color spaces of #cae9ce

RGB 202233206
HSL0.350.410.85
HSV128°13°91°
CMYK 0.130.000.12   0.09
XYZ64.636675.290669.5183
Yxy75.29060.30860.3595
Hunter Lab86.7702-18.880013.2373
CIE-Lab89.5289-15.17269.7293

#cae9ce color RGB value is (202,233,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 11001110
Octal 312 351 316
Decimal 202 233 206
Hex CA E9 CE

RGB Percentages of Color #cae9ce

%31.51
%36.35
%32.14

CMYK Percentages of Color #cae9ce

%13
%0
%12
%9

Triadic Colors of #cae9ce

#cae9ce #cecae9 #e9ceca

Analogous Colors of #cae9ce

#cae9ce #cae9de #d6e9ca

Monochromatic Colors of #cae9ce

#cae9ce

Complementary Color

#cae9ce #e9cae5

#cae9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae9ce Color CSS Codes

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

#cae9ce Text Font Color

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

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


#cae9ce Background Color

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

This div background color is #cae9ce


#cae9ce Border Color

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

This div border color is #cae9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae9ce


Comments

No comments written yet.

Please login to write comment.