Color Hex Logo

#8aa14a Color Hex

#8AA14A
(138,161,74)
0 Favorites   0 Comments

Color spaces of #8aa14a

RGB 13816174
HSL0.210.370.46
HSV76°54°63°
CMYK 0.140.000.54   0.37
XYZ24.462131.387411.2477
Yxy31.38740.36460.4678
Hunter Lab56.0245-20.103927.3138
CIE-Lab62.8333-21.753842.0774

#8aa14a color RGB value is (138,161,74).

#8aa14a hex color red value is 138, green value is 161 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8aa14a hue: 0.21 , saturation: 0.37 and the lightness value of 8aa14a is 0.46.

The process color (four color CMYK) of #8aa14a color hex is 0.14, 0.00, 0.54, 0.37. Web safe color of #8aa14a is #999933. Color #8aa14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100001 01001010
Octal 212 241 112
Decimal 138 161 74
Hex 8A A1 4A

RGB Percentages of Color #8aa14a

%37.00
%43.16
%19.84

CMYK Percentages of Color #8aa14a

%14
%0
%54
%37

Triadic Colors of #8aa14a

#8aa14a #4a8aa1 #a14a8a

Analogous Colors of #8aa14a

#8aa14a #5ea14a #a18d4a

Monochromatic Colors of #8aa14a

#8aa14a

Complementary Color

#8aa14a #614aa1

#8aa14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa14a Color CSS Codes

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

#8aa14a Text Font Color

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

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


#8aa14a Background Color

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

This div background color is #8aa14a


#8aa14a Border Color

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

This div border color is #8aa14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa14a


Comments

No comments written yet.

Please login to write comment.