Color Hex Logo

#8bab4f Color Hex

#8BAB4F
(139,171,79)
0 Favorites   0 Comments

Color spaces of #8bab4f

RGB 13917179
HSL0.220.370.49
HSV81°54°67°
CMYK 0.190.000.54   0.33
XYZ26.621735.179312.7843
Yxy35.17930.35690.4717
Hunter Lab59.3121-23.678228.7390
CIE-Lab65.8880-25.824043.2518

#8bab4f color RGB value is (139,171,79).

#8bab4f hex color red value is 139, green value is 171 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #8bab4f hue: 0.22 , saturation: 0.37 and the lightness value of 8bab4f is 0.49.

The process color (four color CMYK) of #8bab4f color hex is 0.19, 0.00, 0.54, 0.33. Web safe color of #8bab4f is #999966. Color #8bab4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 01001111
Octal 213 253 117
Decimal 139 171 79
Hex 8B AB 4F

RGB Percentages of Color #8bab4f

%35.73
%43.96
%20.31

CMYK Percentages of Color #8bab4f

%19
%0
%54
%33

Triadic Colors of #8bab4f

#8bab4f #4f8bab #ab4f8b

Analogous Colors of #8bab4f

#8bab4f #5dab4f #ab9d4f

Monochromatic Colors of #8bab4f

#8bab4f

Complementary Color

#8bab4f #6f4fab

#8bab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bab4f Color CSS Codes

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

#8bab4f Text Font Color

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

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


#8bab4f Background Color

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

This div background color is #8bab4f


#8bab4f Border Color

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

This div border color is #8bab4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,171,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bab4f


Comments

No comments written yet.

Please login to write comment.