Color Hex Logo

#cccdaa Color Hex

#CCCDAA
(204,205,170)
0 Favorites   0 Comments

Color spaces of #cccdaa

RGB 204205170
HSL0.170.260.74
HSV62°17°80°
CMYK 0.000.000.17   0.20
XYZ53.988959.402346.6505
Yxy59.40230.33730.3712
Hunter Lab77.0729-9.839818.0641
CIE-Lab81.5122-6.223917.3497

#cccdaa color RGB value is (204,205,170).

#cccdaa hex color red value is 204, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cccdaa hue: 0.17 , saturation: 0.26 and the lightness value of cccdaa is 0.74.

The process color (four color CMYK) of #cccdaa color hex is 0.00, 0.00, 0.17, 0.20. Web safe color of #cccdaa is #cccc99. Color #cccdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 10101010
Octal 314 315 252
Decimal 204 205 170
Hex CC CD AA

RGB Percentages of Color #cccdaa

%35.23
%35.41
%29.36

CMYK Percentages of Color #cccdaa

%0
%0
%17
%20

Triadic Colors of #cccdaa

#cccdaa #aacccd #cdaacc

Analogous Colors of #cccdaa

#cccdaa #bbcdaa #cdbdaa

Monochromatic Colors of #cccdaa

#cccdaa

Complementary Color

#cccdaa #abaacd

#cccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdaa Color CSS Codes

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

#cccdaa Text Font Color

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

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


#cccdaa Background Color

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

This div background color is #cccdaa


#cccdaa Border Color

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

This div border color is #cccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdaa


Comments

No comments written yet.

Please login to write comment.