Color Hex Logo

#87990f Color Hex

#87990F
(135,153,15)
0 Favorites   0 Comments

Color spaces of #87990f

RGB 13515315
HSL0.190.820.33
HSV68°90°60°
CMYK 0.120.000.90   0.40
XYZ21.469127.96794.7187
Yxy27.96790.39640.5164
Hunter Lab52.8847-20.084231.7291
CIE-Lab59.8597-22.476160.5419

#87990f color RGB value is (135,153,15).

#87990f hex color red value is 135, green value is 153 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #87990f hue: 0.19 , saturation: 0.82 and the lightness value of 87990f is 0.33.

The process color (four color CMYK) of #87990f color hex is 0.12, 0.00, 0.90, 0.40. Web safe color of #87990f is #999900. Color #87990f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011001 00001111
Octal 207 231 17
Decimal 135 153 15
Hex 87 99 F

RGB Percentages of Color #87990f

%44.55
%50.50
%4.95

CMYK Percentages of Color #87990f

%12
%0
%90
%40

Triadic Colors of #87990f

#87990f #0f8799 #990f87

Analogous Colors of #87990f

#87990f #42990f #99660f

Monochromatic Colors of #87990f

#87990f

Complementary Color

#87990f #210f99

#87990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87990f Color CSS Codes

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

#87990f Text Font Color

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

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


#87990f Background Color

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

This div background color is #87990f


#87990f Border Color

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

This div border color is #87990f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,153,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87990f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87990f;
  -webkit-box-shadow: 1px 1px 3px 2px #87990f;
  box-shadow:         1px 1px 3px 2px #87990f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87990f


Comments

No comments written yet.

Please login to write comment.