Color Hex Logo

#ccdeaa Color Hex

#CCDEAA
(204,222,170)
0 Favorites   0 Comments

Color spaces of #ccdeaa

RGB 204222170
HSL0.220.440.77
HSV81°23°87°
CMYK 0.080.000.23   0.13
XYZ58.278867.982248.0805
Yxy67.98220.33430.3899
Hunter Lab82.4513-18.121223.1417
CIE-Lab85.9975-14.867923.5579

#ccdeaa color RGB value is (204,222,170).

#ccdeaa hex color red value is 204, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccdeaa hue: 0.22 , saturation: 0.44 and the lightness value of ccdeaa is 0.77.

The process color (four color CMYK) of #ccdeaa color hex is 0.08, 0.00, 0.23, 0.13. Web safe color of #ccdeaa is #cccc99. Color #ccdeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10101010
Octal 314 336 252
Decimal 204 222 170
Hex CC DE AA

RGB Percentages of Color #ccdeaa

%34.23
%37.25
%28.52

CMYK Percentages of Color #ccdeaa

%8
%0
%23
%13

Triadic Colors of #ccdeaa

#ccdeaa #aaccde #deaacc

Analogous Colors of #ccdeaa

#ccdeaa #b2deaa #ded6aa

Monochromatic Colors of #ccdeaa

#ccdeaa

Complementary Color

#ccdeaa #bcaade

#ccdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdeaa Color CSS Codes

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

#ccdeaa Text Font Color

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

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


#ccdeaa Background Color

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

This div background color is #ccdeaa


#ccdeaa Border Color

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

This div border color is #ccdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdeaa


Comments

No comments written yet.

Please login to write comment.