Color Hex Logo

#cae2ce Color Hex

#CAE2CE
(202,226,206)
0 Favorites   0 Comments

Color spaces of #cae2ce

RGB 202226206
HSL0.360.290.84
HSV130°11°89°
CMYK 0.110.000.09   0.11
XYZ62.694171.405568.8708
Yxy71.40550.30890.3518
Hunter Lab84.5018-15.444210.8286
CIE-Lab87.6816-11.65977.0807

#cae2ce color RGB value is (202,226,206).

#cae2ce hex color red value is 202, green value is 226 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cae2ce hue: 0.36 , saturation: 0.29 and the lightness value of cae2ce is 0.84.

The process color (four color CMYK) of #cae2ce color hex is 0.11, 0.00, 0.09, 0.11. Web safe color of #cae2ce is #cccccc. Color #cae2ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 11001110
Octal 312 342 316
Decimal 202 226 206
Hex CA E2 CE

RGB Percentages of Color #cae2ce

%31.86
%35.65
%32.49

CMYK Percentages of Color #cae2ce

%11
%0
%9
%11

Triadic Colors of #cae2ce

#cae2ce #cecae2 #e2ceca

Analogous Colors of #cae2ce

#cae2ce #cae2da #d2e2ca

Monochromatic Colors of #cae2ce

#cae2ce

Complementary Color

#cae2ce #e2cade

#cae2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae2ce Color CSS Codes

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

#cae2ce Text Font Color

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

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


#cae2ce Background Color

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

This div background color is #cae2ce


#cae2ce Border Color

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

This div border color is #cae2ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,226,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 #cae2ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae2ce


Comments

No comments written yet.

Please login to write comment.