Color Hex Logo

#89960f Color Hex

#89960F
(137,150,15)
0 Favorites   0 Comments

Color spaces of #89960f

RGB 13715015
HSL0.180.820.32
HSV66°90°59°
CMYK 0.090.000.90   0.41
XYZ21.309127.16554.5723
Yxy27.16550.40170.5121
Hunter Lab52.1205-18.232531.2831
CIE-Lab59.1272-20.077060.0131

#89960f color RGB value is (137,150,15).

#89960f hex color red value is 137, green value is 150 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #89960f hue: 0.18 , saturation: 0.82 and the lightness value of 89960f is 0.32.

The process color (four color CMYK) of #89960f color hex is 0.09, 0.00, 0.90, 0.41. Web safe color of #89960f is #999900. Color #89960f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 00001111
Octal 211 226 17
Decimal 137 150 15
Hex 89 96 F

RGB Percentages of Color #89960f

%45.36
%49.67
%4.97

CMYK Percentages of Color #89960f

%9
%0
%90
%41

Triadic Colors of #89960f

#89960f #0f8996 #960f89

Analogous Colors of #89960f

#89960f #45960f #96600f

Monochromatic Colors of #89960f

#89960f

Complementary Color

#89960f #1c0f96

#89960f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89960f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89960f Color CSS Codes

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

#89960f Text Font Color

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

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


#89960f Background Color

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

This div background color is #89960f


#89960f Border Color

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

This div border color is #89960f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,150,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 #89960f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89960f


Comments

No comments written yet.

Please login to write comment.