Color Hex Logo

#cae1ab Color Hex

#CAE1AB
(202,225,171)
0 Favorites   0 Comments

Color spaces of #cae1ab

RGB 202225171
HSL0.240.470.78
HSV86°24°88°
CMYK 0.100.000.24   0.12
XYZ58.633069.347348.8231
Yxy69.34730.33160.3922
Hunter Lab83.2750-20.051523.5315
CIE-Lab86.6757-16.932323.9471

#cae1ab color RGB value is (202,225,171).

#cae1ab hex color red value is 202, green value is 225 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cae1ab hue: 0.24 , saturation: 0.47 and the lightness value of cae1ab is 0.78.

The process color (four color CMYK) of #cae1ab color hex is 0.10, 0.00, 0.24, 0.12. Web safe color of #cae1ab is #cccc99. Color #cae1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 10101011
Octal 312 341 253
Decimal 202 225 171
Hex CA E1 AB

RGB Percentages of Color #cae1ab

%33.78
%37.63
%28.60

CMYK Percentages of Color #cae1ab

%10
%0
%24
%12

Triadic Colors of #cae1ab

#cae1ab #abcae1 #e1abca

Analogous Colors of #cae1ab

#cae1ab #afe1ab #e1ddab

Monochromatic Colors of #cae1ab

#cae1ab

Complementary Color

#cae1ab #c2abe1

#cae1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae1ab Color CSS Codes

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

#cae1ab Text Font Color

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

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


#cae1ab Background Color

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

This div background color is #cae1ab


#cae1ab Border Color

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

This div border color is #cae1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae1ab


Comments

No comments written yet.

Please login to write comment.