Color Hex Logo

#cd987b Color Hex

#CD987B
(205,152,123)
0 Favorites   0 Comments

Color spaces of #cd987b

RGB 205152123
HSL0.060.450.64
HSV21°40°80°
CMYK 0.000.260.40   0.20
XYZ39.980236.865723.7475
Yxy36.86570.39740.3665
Hunter Lab60.717111.281319.3127
CIE-Lab67.176216.114723.0193

#cd987b color RGB value is (205,152,123).

#cd987b hex color red value is 205, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cd987b hue: 0.06 , saturation: 0.45 and the lightness value of cd987b is 0.64.

The process color (four color CMYK) of #cd987b color hex is 0.00, 0.26, 0.40, 0.20. Web safe color of #cd987b is #cc9966. Color #cd987b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 01111011
Octal 315 230 173
Decimal 205 152 123
Hex CD 98 7B

RGB Percentages of Color #cd987b

%42.71
%31.67
%25.63

CMYK Percentages of Color #cd987b

%0
%26
%40
%20

Triadic Colors of #cd987b

#cd987b #7bcd98 #987bcd

Analogous Colors of #cd987b

#cd987b #cdc17b #cd7b87

Monochromatic Colors of #cd987b

#cd987b

Complementary Color

#cd987b #7bb0cd

#cd987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd987b Color CSS Codes

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

#cd987b Text Font Color

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

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


#cd987b Background Color

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

This div background color is #cd987b


#cd987b Border Color

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

This div border color is #cd987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd987b


Comments

No comments written yet.

Please login to write comment.