Color Hex Logo

#96981f Color Hex

#96981F
(150,152,31)
0 Favorites   0 Comments

Color spaces of #96981f

RGB 15015231
HSL0.170.660.36
HSV61°80°60°
CMYK 0.010.000.80   0.40
XYZ24.053229.03945.6338
Yxy29.03940.40960.4945
Hunter Lab53.8882-14.630331.5232
CIE-Lab60.8164-14.842357.9156

#96981f color RGB value is (150,152,31).

#96981f hex color red value is 150, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #96981f hue: 0.17 , saturation: 0.66 and the lightness value of 96981f is 0.36.

The process color (four color CMYK) of #96981f color hex is 0.01, 0.00, 0.80, 0.40. Web safe color of #96981f is #999933. Color #96981f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011000 00011111
Octal 226 230 37
Decimal 150 152 31
Hex 96 98 1F

RGB Percentages of Color #96981f

%45.05
%45.65
%9.31

CMYK Percentages of Color #96981f

%1
%0
%80
%40

Triadic Colors of #96981f

#96981f #1f9698 #981f96

Analogous Colors of #96981f

#96981f #59981f #985e1f

Monochromatic Colors of #96981f

#96981f

Complementary Color

#96981f #211f98

#96981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96981f Color CSS Codes

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

#96981f Text Font Color

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

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


#96981f Background Color

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

This div background color is #96981f


#96981f Border Color

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

This div border color is #96981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96981f


Comments

No comments written yet.

Please login to write comment.