Color Hex Logo

#cc9daa Color Hex

#CC9DAA
(204,157,170)
0 Favorites   0 Comments

Color spaces of #cc9daa

RGB 204157170
HSL0.950.320.71
HSV343°23°80°
CMYK 0.000.230.17   0.20
XYZ44.214539.853643.3924
Yxy39.85360.34690.3127
Hunter Lab63.129714.54003.4376
CIE-Lab69.365119.46390.0016

#cc9daa color RGB value is (204,157,170).

#cc9daa hex color red value is 204, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cc9daa hue: 0.95 , saturation: 0.32 and the lightness value of cc9daa is 0.71.

The process color (four color CMYK) of #cc9daa color hex is 0.00, 0.23, 0.17, 0.20. Web safe color of #cc9daa is #cc9999. Color #cc9daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011101 10101010
Octal 314 235 252
Decimal 204 157 170
Hex CC 9D AA

RGB Percentages of Color #cc9daa

%38.42
%29.57
%32.02

CMYK Percentages of Color #cc9daa

%0
%23
%17
%20

Triadic Colors of #cc9daa

#cc9daa #aacc9d #9daacc

Analogous Colors of #cc9daa

#cc9daa #cca89d #cc9dc2

Monochromatic Colors of #cc9daa

#cc9daa

Complementary Color

#cc9daa #9dccbf

#cc9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9daa Color CSS Codes

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

#cc9daa Text Font Color

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

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


#cc9daa Background Color

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

This div background color is #cc9daa


#cc9daa Border Color

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

This div border color is #cc9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9daa


Comments

No comments written yet.

Please login to write comment.