Color Hex Logo

#cae9cb Color Hex

#CAE9CB
(202,233,203)
0 Favorites   0 Comments

Color spaces of #cae9cb

RGB 202233203
HSL0.340.410.85
HSV122°13°91°
CMYK 0.130.000.13   0.09
XYZ64.275575.146267.6169
Yxy75.14620.31050.3630
Hunter Lab86.6869-19.350214.4339
CIE-Lab89.4614-15.702011.1976

#cae9cb color RGB value is (202,233,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 11001011
Octal 312 351 313
Decimal 202 233 203
Hex CA E9 CB

RGB Percentages of Color #cae9cb

%31.66
%36.52
%31.82

CMYK Percentages of Color #cae9cb

%13
%0
%13
%9

Triadic Colors of #cae9cb

#cae9cb #cbcae9 #e9cbca

Analogous Colors of #cae9cb

#cae9cb #cae9db #d9e9ca

Monochromatic Colors of #cae9cb

#cae9cb

Complementary Color

#cae9cb #e9cae8

#cae9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae9cb Color CSS Codes

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

#cae9cb Text Font Color

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

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


#cae9cb Background Color

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

This div background color is #cae9cb


#cae9cb Border Color

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

This div border color is #cae9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae9cb


Comments

No comments written yet.

Please login to write comment.