Color Hex Logo

#cd9dac Color Hex

#CD9DAC
(205,157,172)
0 Favorites   0 Comments

Color spaces of #cd9dac

RGB 205157172
HSL0.950.320.71
HSV341°23°80°
CMYK 0.000.230.16   0.20
XYZ44.680240.071644.4094
Yxy40.07160.34590.3102
Hunter Lab63.302115.21102.7168
CIE-Lab69.520520.1497-0.8715

#cd9dac color RGB value is (205,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011101 10101100
Octal 315 235 254
Decimal 205 157 172
Hex CD 9D AC

RGB Percentages of Color #cd9dac

%38.39
%29.40
%32.21

CMYK Percentages of Color #cd9dac

%0
%23
%16
%20

Triadic Colors of #cd9dac

#cd9dac #accd9d #9daccd

Analogous Colors of #cd9dac

#cd9dac #cda69d #cd9dc4

Monochromatic Colors of #cd9dac

#cd9dac

Complementary Color

#cd9dac #9dcdbe

#cd9dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9dac Color CSS Codes

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

#cd9dac Text Font Color

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

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


#cd9dac Background Color

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

This div background color is #cd9dac


#cd9dac Border Color

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

This div border color is #cd9dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,157,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cd9dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9dac


Comments

No comments written yet.

Please login to write comment.