Color Hex Logo

#ccdaaa Color Hex

#CCDAAA
(204,218,170)
0 Favorites   0 Comments

Color spaces of #ccdaaa

RGB 204218170
HSL0.220.390.76
HSV78°22°85°
CMYK 0.060.000.22   0.15
XYZ57.228965.882547.7305
Yxy65.88250.33500.3856
Hunter Lab81.1680-16.189621.9524
CIE-Lab84.9364-12.860422.0989

#ccdaaa color RGB value is (204,218,170).

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

The process color (four color CMYK) of #ccdaaa color hex is 0.06, 0.00, 0.22, 0.15. Web safe color of #ccdaaa is #cccc99. Color #ccdaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 10101010
Octal 314 332 252
Decimal 204 218 170
Hex CC DA AA

RGB Percentages of Color #ccdaaa

%34.46
%36.82
%28.72

CMYK Percentages of Color #ccdaaa

%6
%0
%22
%15

Triadic Colors of #ccdaaa

#ccdaaa #aaccda #daaacc

Analogous Colors of #ccdaaa

#ccdaaa #b4daaa #dad0aa

Monochromatic Colors of #ccdaaa

#ccdaaa

Complementary Color

#ccdaaa #b8aada

#ccdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdaaa Color CSS Codes

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

#ccdaaa Text Font Color

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

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


#ccdaaa Background Color

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

This div background color is #ccdaaa


#ccdaaa Border Color

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

This div border color is #ccdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdaaa


Comments

No comments written yet.

Please login to write comment.