Color Hex Logo

#cd969d Color Hex

#CD969D
(205,150,157)
0 Favorites   0 Comments

Color spaces of #cd969d

RGB 205150157
HSL0.980.350.70
HSV352°27°80°
CMYK 0.000.270.23   0.20
XYZ42.169037.226136.8611
Yxy37.22610.36270.3202
Hunter Lab61.013216.59646.8892
CIE-Lab67.446321.66574.4826

#cd969d color RGB value is (205,150,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 10011101
Octal 315 226 235
Decimal 205 150 157
Hex CD 96 9D

RGB Percentages of Color #cd969d

%40.04
%29.30
%30.66

CMYK Percentages of Color #cd969d

%0
%27
%23
%20

Triadic Colors of #cd969d

#cd969d #9dcd96 #969dcd

Analogous Colors of #cd969d

#cd969d #cdab96 #cd96b9

Monochromatic Colors of #cd969d

#cd969d

Complementary Color

#cd969d #96cdc6

#cd969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd969d Color CSS Codes

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

#cd969d Text Font Color

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

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


#cd969d Background Color

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

This div background color is #cd969d


#cd969d Border Color

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

This div border color is #cd969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd969d


Comments

No comments written yet.

Please login to write comment.