Color Hex Logo

#8ba93a Color Hex

#8BA93A
(139,169,58)
0 Favorites   0 Comments

Color spaces of #8ba93a

RGB 13916958
HSL0.210.490.45
HSV76°66°66°
CMYK 0.180.000.66   0.34
XYZ25.599134.17049.2493
Yxy34.17040.37090.4951
Hunter Lab58.4555-24.127431.5375
CIE-Lab65.0976-26.660651.9051

#8ba93a color RGB value is (139,169,58).

#8ba93a hex color red value is 139, green value is 169 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8ba93a hue: 0.21 , saturation: 0.49 and the lightness value of 8ba93a is 0.45.

The process color (four color CMYK) of #8ba93a color hex is 0.18, 0.00, 0.66, 0.34. Web safe color of #8ba93a is #999933. Color #8ba93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101001 00111010
Octal 213 251 72
Decimal 139 169 58
Hex 8B A9 3A

RGB Percentages of Color #8ba93a

%37.98
%46.17
%15.85

CMYK Percentages of Color #8ba93a

%18
%0
%66
%34

Triadic Colors of #8ba93a

#8ba93a #3a8ba9 #a93a8b

Analogous Colors of #8ba93a

#8ba93a #54a93a #a9903a

Monochromatic Colors of #8ba93a

#8ba93a

Complementary Color

#8ba93a #583aa9

#8ba93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba93a Color CSS Codes

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

#8ba93a Text Font Color

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

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


#8ba93a Background Color

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

This div background color is #8ba93a


#8ba93a Border Color

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

This div border color is #8ba93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba93a


Comments

No comments written yet.

Please login to write comment.