Color Hex Logo

#cae6aa Color Hex

#CAE6AA
(202,230,170)
0 Favorites   0 Comments

Color spaces of #cae6aa

RGB 202230170
HSL0.240.550.78
HSV88°26°90°
CMYK 0.120.000.26   0.10
XYZ59.909672.052548.7802
Yxy72.05250.33150.3986
Hunter Lab84.8837-22.564125.3464
CIE-Lab87.9939-19.546926.2646

#cae6aa color RGB value is (202,230,170).

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

The process color (four color CMYK) of #cae6aa color hex is 0.12, 0.00, 0.26, 0.10. Web safe color of #cae6aa is #ccff99. Color #cae6aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 10101010
Octal 312 346 252
Decimal 202 230 170
Hex CA E6 AA

RGB Percentages of Color #cae6aa

%33.55
%38.21
%28.24

CMYK Percentages of Color #cae6aa

%12
%0
%26
%10

Triadic Colors of #cae6aa

#cae6aa #aacae6 #e6aaca

Analogous Colors of #cae6aa

#cae6aa #ace6aa #e6e4aa

Monochromatic Colors of #cae6aa

#cae6aa

Complementary Color

#cae6aa #c6aae6

#cae6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6aa Color CSS Codes

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

#cae6aa Text Font Color

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

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


#cae6aa Background Color

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

This div background color is #cae6aa


#cae6aa Border Color

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

This div border color is #cae6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6aa


Comments

No comments written yet.

Please login to write comment.