Color Hex Logo

#cd9eaa Color Hex

#CD9EAA
(205,158,170)
0 Favorites   0 Comments

Color spaces of #cd9eaa

RGB 205158170
HSL0.960.320.71
HSV345°23°80°
CMYK 0.000.230.17   0.20
XYZ44.659440.335143.4619
Yxy40.33510.34770.3140
Hunter Lab63.509914.37673.8829
CIE-Lab69.707519.28310.5134

#cd9eaa color RGB value is (205,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011110 10101010
Octal 315 236 252
Decimal 205 158 170
Hex CD 9E AA

RGB Percentages of Color #cd9eaa

%38.46
%29.64
%31.89

CMYK Percentages of Color #cd9eaa

%0
%23
%17
%20

Triadic Colors of #cd9eaa

#cd9eaa #aacd9e #9eaacd

Analogous Colors of #cd9eaa

#cd9eaa #cdaa9e #cd9ec2

Monochromatic Colors of #cd9eaa

#cd9eaa

Complementary Color

#cd9eaa #9ecdc1

#cd9eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9eaa Color CSS Codes

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

#cd9eaa Text Font Color

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

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


#cd9eaa Background Color

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

This div background color is #cd9eaa


#cd9eaa Border Color

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

This div border color is #cd9eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9eaa


Comments

No comments written yet.

Please login to write comment.