Color Hex Logo

#cd9daa Color Hex

#CD9DAA
(205,157,170)
0 Favorites   0 Comments

Color spaces of #cd9daa

RGB 205157170
HSL0.950.320.71
HSV344°23°80°
CMYK 0.000.230.17   0.20
XYZ44.489539.995443.4052
Yxy39.99540.34790.3127
Hunter Lab63.241914.89803.5765
CIE-Lab69.466319.82960.1615

#cd9daa color RGB value is (205,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011101 10101010
Octal 315 235 252
Decimal 205 157 170
Hex CD 9D AA

RGB Percentages of Color #cd9daa

%38.53
%29.51
%31.95

CMYK Percentages of Color #cd9daa

%0
%23
%17
%20

Triadic Colors of #cd9daa

#cd9daa #aacd9d #9daacd

Analogous Colors of #cd9daa

#cd9daa #cda89d #cd9dc2

Monochromatic Colors of #cd9daa

#cd9daa

Complementary Color

#cd9daa #9dcdc0

#cd9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9daa Color CSS Codes

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

#cd9daa Text Font Color

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

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


#cd9daa Background Color

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

This div background color is #cd9daa


#cd9daa Border Color

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

This div border color is #cd9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9daa


Comments

No comments written yet.

Please login to write comment.