Color Hex Logo

#8aa147 Color Hex

#8AA147
(138,161,71)
0 Favorites   0 Comments

Color spaces of #8aa147

RGB 13816171
HSL0.210.390.45
HSV75°56°63°
CMYK 0.140.000.56   0.37
XYZ24.363431.347910.7279
Yxy31.34790.36670.4718
Hunter Lab55.9892-20.307827.8321
CIE-Lab62.8002-22.039643.4888

#8aa147 color RGB value is (138,161,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100001 01000111
Octal 212 241 107
Decimal 138 161 71
Hex 8A A1 47

RGB Percentages of Color #8aa147

%37.30
%43.51
%19.19

CMYK Percentages of Color #8aa147

%14
%0
%56
%37

Triadic Colors of #8aa147

#8aa147 #478aa1 #a1478a

Analogous Colors of #8aa147

#8aa147 #5da147 #a18b47

Monochromatic Colors of #8aa147

#8aa147

Complementary Color

#8aa147 #5e47a1

#8aa147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa147 Color CSS Codes

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

#8aa147 Text Font Color

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

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


#8aa147 Background Color

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

This div background color is #8aa147


#8aa147 Border Color

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

This div border color is #8aa147


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,161,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa147


Comments

No comments written yet.

Please login to write comment.