Color Hex Logo

#cce8aa Color Hex

#CCE8AA
(204,232,170)
0 Favorites   0 Comments

Color spaces of #cce8aa

RGB 204232170
HSL0.240.570.79
HSV87°27°91°
CMYK 0.120.000.27   0.09
XYZ61.014273.452948.9922
Yxy73.45290.33260.4004
Hunter Lab85.7047-22.906826.1007
CIE-Lab88.6633-19.813627.1974

#cce8aa color RGB value is (204,232,170).

#cce8aa hex color red value is 204, green value is 232 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cce8aa hue: 0.24 , saturation: 0.57 and the lightness value of cce8aa is 0.79.

The process color (four color CMYK) of #cce8aa color hex is 0.12, 0.00, 0.27, 0.09. Web safe color of #cce8aa is #ccff99. Color #cce8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 10101010
Octal 314 350 252
Decimal 204 232 170
Hex CC E8 AA

RGB Percentages of Color #cce8aa

%33.66
%38.28
%28.05

CMYK Percentages of Color #cce8aa

%12
%0
%27
%9

Triadic Colors of #cce8aa

#cce8aa #aacce8 #e8aacc

Analogous Colors of #cce8aa

#cce8aa #ade8aa #e8e5aa

Monochromatic Colors of #cce8aa

#cce8aa

Complementary Color

#cce8aa #c6aae8

#cce8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce8aa Color CSS Codes

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

#cce8aa Text Font Color

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

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


#cce8aa Background Color

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

This div background color is #cce8aa


#cce8aa Border Color

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

This div border color is #cce8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce8aa


Comments

No comments written yet.

Please login to write comment.