Color Hex Logo

#cce4aa Color Hex

#CCE4AA
(204,228,170)
0 Favorites   0 Comments

Color spaces of #cce4aa

RGB 204228170
HSL0.240.520.78
HSV85°25°89°
CMYK 0.110.000.25   0.11
XYZ59.900971.226548.6212
Yxy71.22650.33320.3963
Hunter Lab84.3958-21.000224.9195
CIE-Lab87.5949-17.848225.7433

#cce4aa color RGB value is (204,228,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 10101010
Octal 314 344 252
Decimal 204 228 170
Hex CC E4 AA

RGB Percentages of Color #cce4aa

%33.89
%37.87
%28.24

CMYK Percentages of Color #cce4aa

%11
%0
%25
%11

Triadic Colors of #cce4aa

#cce4aa #aacce4 #e4aacc

Analogous Colors of #cce4aa

#cce4aa #afe4aa #e4dfaa

Monochromatic Colors of #cce4aa

#cce4aa

Complementary Color

#cce4aa #c2aae4

#cce4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce4aa Color CSS Codes

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

#cce4aa Text Font Color

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

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


#cce4aa Background Color

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

This div background color is #cce4aa


#cce4aa Border Color

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

This div border color is #cce4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce4aa


Comments

No comments written yet.

Please login to write comment.