Color Hex Logo

#98981f Color Hex

#98981F
(152,152,31)
0 Favorites   0 Comments

Color spaces of #98981f

RGB 15215231
HSL0.170.660.36
HSV60°80°60°
CMYK 0.000.000.80   0.40
XYZ24.424529.23085.6511
Yxy29.23080.41180.4929
Hunter Lab54.0655-13.975931.6487
CIE-Lab60.9848-13.949158.1297

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011000 00011111
Octal 230 230 37
Decimal 152 152 31
Hex 98 98 1F

RGB Percentages of Color #98981f

%45.37
%45.37
%9.25

CMYK Percentages of Color #98981f

%0
%0
%80
%40

Triadic Colors of #98981f

#98981f #1f9898 #981f98

Analogous Colors of #98981f

#98981f #5c981f #985c1f

Monochromatic Colors of #98981f

#98981f

Complementary Color

#98981f #1f1f98

#98981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98981f Color CSS Codes

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

#98981f Text Font Color

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

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


#98981f Background Color

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

This div background color is #98981f


#98981f Border Color

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

This div border color is #98981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98981f


Comments

No comments written yet.

Please login to write comment.