color codes Logo

#8b981f color codes

#8B981F
(139,152,31)
0 Favorites   0 Comments

Color spaces of #8b981f

RGB 13915231
HSL0.180.660.36
HSV66°80°60°
CMYK 0.090.000.80   0.40
XYZ22.123028.04445.5434
Yxy28.04440.39710.5034
Hunter Lab52.9570-18.105530.8635
CIE-Lab59.9288-19.713356.7861

#8b981f color RGB value is (139,152,31).

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

The process color (four color CMYK) of #8b981f color code is 0.09, 0.00, 0.80, 0.40. Web safe color of #8b981f is #999933. Color #8b981f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10011000 00011111
Octal 213 230 37
Decimal 139 152 31
Hex 8B 98 1F

RGB Percentages of Color #8b981f

%43.17
%47.20
%9.63

CMYK Percentages of Color #8b981f

%9
%0
%80
%40

Triadic Colors of #8b981f

#8b981f #1f8b98 #981f8b

Analogous Colors of #8b981f

#8b981f #4e981f #98691f

Monochromatic Colors of #8b981f

#8b981f

Complementary Color

#8b981f #2c1f98

#8b981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b981f Color CSS Codes

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

#8b981f Text Font Color

<p style="color:#8b981f">Text here</p>

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


#8b981f Background Color

<div style="background-color:#8b981f">
Div content here</div>

This div background color is #8b981f


#8b981f Border Color

<div style="border:3px solid #8b981f">
Div here</div>

This div border color is #8b981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b981f


Comments

No comments written yet.

Please login to write comment.