Color Hex Logo

#8b9a4a Color Hex

#8B9A4A
(139,154,74)
0 Favorites   0 Comments

Color spaces of #8b9a4a

RGB 13915474
HSL0.200.350.45
HSV71°52°60°
CMYK 0.100.000.52   0.40
XYZ23.439129.094610.8590
Yxy29.09460.36970.4590
Hunter Lab53.9394-16.827725.8214
CIE-Lab60.8650-17.766739.7775

#8b9a4a color RGB value is (139,154,74).

#8b9a4a hex color red value is 139, green value is 154 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8b9a4a hue: 0.20 , saturation: 0.35 and the lightness value of 8b9a4a is 0.45.

The process color (four color CMYK) of #8b9a4a color hex is 0.10, 0.00, 0.52, 0.40. Web safe color of #8b9a4a is #999933. Color #8b9a4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10011010 01001010
Octal 213 232 112
Decimal 139 154 74
Hex 8B 9A 4A

RGB Percentages of Color #8b9a4a

%37.87
%41.96
%20.16

CMYK Percentages of Color #8b9a4a

%10
%0
%52
%40

Triadic Colors of #8b9a4a

#8b9a4a #4a8b9a #9a4a8b

Analogous Colors of #8b9a4a

#8b9a4a #639a4a #9a814a

Monochromatic Colors of #8b9a4a

#8b9a4a

Complementary Color

#8b9a4a #594a9a

#8b9a4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b9a4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b9a4a Color CSS Codes

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

#8b9a4a Text Font Color

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

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


#8b9a4a Background Color

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

This div background color is #8b9a4a


#8b9a4a Border Color

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

This div border color is #8b9a4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b9a4a


Comments

No comments written yet.

Please login to write comment.