Color Hex Logo

#87985d Color Hex

#87985D
(135,152,93)
0 Favorites   0 Comments

Color spaces of #87985d

RGB 13515293
HSL0.210.240.48
HSV77°39°60°
CMYK 0.110.000.39   0.40
XYZ23.195728.397714.6147
Yxy28.39770.35030.4289
Hunter Lab53.2895-15.559621.0423
CIE-Lab60.2463-16.189129.0577

#87985d color RGB value is (135,152,93).

#87985d hex color red value is 135, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #87985d hue: 0.21 , saturation: 0.24 and the lightness value of 87985d is 0.48.

The process color (four color CMYK) of #87985d color hex is 0.11, 0.00, 0.39, 0.40. Web safe color of #87985d is #999966. Color #87985d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011000 01011101
Octal 207 230 135
Decimal 135 152 93
Hex 87 98 5D

RGB Percentages of Color #87985d

%35.53
%40.00
%24.47

CMYK Percentages of Color #87985d

%11
%0
%39
%40

Triadic Colors of #87985d

#87985d #5d8798 #985d87

Analogous Colors of #87985d

#87985d #6a985d #988c5d

Monochromatic Colors of #87985d

#87985d

Complementary Color

#87985d #6e5d98

#87985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87985d Color CSS Codes

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

#87985d Text Font Color

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

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


#87985d Background Color

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

This div background color is #87985d


#87985d Border Color

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

This div border color is #87985d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,152,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87985d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87985d;
  -webkit-box-shadow: 1px 1px 3px 2px #87985d;
  box-shadow:         1px 1px 3px 2px #87985d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87985d


Comments

No comments written yet.

Please login to write comment.