Color Hex Logo

#9d987d Color Hex

#9D987D
(157,152,125)
0 Favorites   0 Comments

Color spaces of #9d987d

RGB 157152125
HSL0.140.140.55
HSV51°20°62°
CMYK 0.000.030.20   0.38
XYZ28.834531.105223.8862
Yxy31.10520.34400.3711
Hunter Lab55.7720-5.315413.6475
CIE-Lab62.5963-2.811814.8892

#9d987d color RGB value is (157,152,125).

#9d987d hex color red value is 157, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9d987d hue: 0.14 , saturation: 0.14 and the lightness value of 9d987d is 0.55.

The process color (four color CMYK) of #9d987d color hex is 0.00, 0.03, 0.20, 0.38. Web safe color of #9d987d is #999966. Color #9d987d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011000 01111101
Octal 235 230 175
Decimal 157 152 125
Hex 9D 98 7D

RGB Percentages of Color #9d987d

%36.18
%35.02
%28.80

CMYK Percentages of Color #9d987d

%0
%3
%20
%38

Triadic Colors of #9d987d

#9d987d #7d9d98 #987d9d

Analogous Colors of #9d987d

#9d987d #929d7d #9d887d

Monochromatic Colors of #9d987d

#9d987d

Complementary Color

#9d987d #7d829d

#9d987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d987d Color CSS Codes

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

#9d987d Text Font Color

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

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


#9d987d Background Color

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

This div background color is #9d987d


#9d987d Border Color

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

This div border color is #9d987d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,152,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d987d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d987d;
  -webkit-box-shadow: 1px 1px 3px 2px #9d987d;
  box-shadow:         1px 1px 3px 2px #9d987d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d987d


Comments

No comments written yet.

Please login to write comment.