Color Hex Logo

#cd96ac Color Hex

#CD96AC
(205,150,172)
0 Favorites   0 Comments

Color spaces of #cd96ac

RGB 205150172
HSL0.930.350.70
HSV336°27°80°
CMYK 0.000.270.16   0.20
XYZ43.529637.770444.0259
Yxy37.77040.34730.3014
Hunter Lab61.457618.87830.5472
CIE-Lab67.851123.9793-3.3217

#cd96ac color RGB value is (205,150,172).

#cd96ac hex color red value is 205, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cd96ac hue: 0.93 , saturation: 0.35 and the lightness value of cd96ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 10101100
Octal 315 226 254
Decimal 205 150 172
Hex CD 96 AC

RGB Percentages of Color #cd96ac

%38.90
%28.46
%32.64

CMYK Percentages of Color #cd96ac

%0
%27
%16
%20

Triadic Colors of #cd96ac

#cd96ac #accd96 #96accd

Analogous Colors of #cd96ac

#cd96ac #cd9c96 #cd96c8

Monochromatic Colors of #cd96ac

#cd96ac

Complementary Color

#cd96ac #96cdb7

#cd96ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96ac Color CSS Codes

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

#cd96ac Text Font Color

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

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


#cd96ac Background Color

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

This div background color is #cd96ac


#cd96ac Border Color

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

This div border color is #cd96ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96ac


Comments

No comments written yet.

Please login to write comment.