Color Hex Logo

#8aa24e Color Hex

#8AA24E
(138,162,78)
1 Favorites   0 Comments

Color spaces of #8aa24e

RGB 13816278
HSL0.210.350.47
HSV77°52°64°
CMYK 0.150.000.52   0.36
XYZ24.776731.794012.0387
Yxy31.79400.36110.4634
Hunter Lab56.3862-20.240926.8116
CIE-Lab63.1723-21.857240.5116

#8aa24e color RGB value is (138,162,78).

#8aa24e hex color red value is 138, green value is 162 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8aa24e hue: 0.21 , saturation: 0.35 and the lightness value of 8aa24e is 0.47.

The process color (four color CMYK) of #8aa24e color hex is 0.15, 0.00, 0.52, 0.36. Web safe color of #8aa24e is #999966. Color #8aa24e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100010 01001110
Octal 212 242 116
Decimal 138 162 78
Hex 8A A2 4E

RGB Percentages of Color #8aa24e

%36.51
%42.86
%20.63

CMYK Percentages of Color #8aa24e

%15
%0
%52
%36

Triadic Colors of #8aa24e

#8aa24e #4e8aa2 #a24e8a

Analogous Colors of #8aa24e

#8aa24e #60a24e #a2904e

Monochromatic Colors of #8aa24e

#8aa24e

Complementary Color

#8aa24e #664ea2

#8aa24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa24e Color CSS Codes

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

#8aa24e Text Font Color

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

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


#8aa24e Background Color

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

This div background color is #8aa24e


#8aa24e Border Color

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

This div border color is #8aa24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa24e


Comments

No comments written yet.

Please login to write comment.