Color Hex Logo

#cee2aa Color Hex

#CEE2AA
(206,226,170)
0 Favorites   0 Comments

Color spaces of #cee2aa

RGB 206226170
HSL0.230.490.78
HSV81°25°89°
CMYK 0.090.000.25   0.11
XYZ59.905770.416848.4646
Yxy70.41680.33510.3939
Hunter Lab83.9147-19.421824.4976
CIE-Lab87.2009-16.138225.2282

#cee2aa color RGB value is (206,226,170).

#cee2aa hex color red value is 206, green value is 226 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cee2aa hue: 0.23 , saturation: 0.49 and the lightness value of cee2aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 10101010
Octal 316 342 252
Decimal 206 226 170
Hex CE E2 AA

RGB Percentages of Color #cee2aa

%34.22
%37.54
%28.24

CMYK Percentages of Color #cee2aa

%9
%0
%25
%11

Triadic Colors of #cee2aa

#cee2aa #aacee2 #e2aace

Analogous Colors of #cee2aa

#cee2aa #b2e2aa #e2daaa

Monochromatic Colors of #cee2aa

#cee2aa

Complementary Color

#cee2aa #beaae2

#cee2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee2aa Color CSS Codes

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

#cee2aa Text Font Color

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

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


#cee2aa Background Color

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

This div background color is #cee2aa


#cee2aa Border Color

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

This div border color is #cee2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee2aa


Comments

No comments written yet.

Please login to write comment.