Color Hex Logo

#8aa370 Color Hex

#8AA370
(138,163,112)
0 Favorites   0 Comments

Color spaces of #8aa370

RGB 138163112
HSL0.250.220.54
HSV89°31°64°
CMYK 0.150.000.31   0.36
XYZ26.503132.767520.2571
Yxy32.76750.33330.4120
Hunter Lab57.2429-17.530719.0885
CIE-Lab63.9722-18.052723.7086

#8aa370 color RGB value is (138,163,112).

#8aa370 hex color red value is 138, green value is 163 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8aa370 hue: 0.25 , saturation: 0.22 and the lightness value of 8aa370 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100011 01110000
Octal 212 243 160
Decimal 138 163 112
Hex 8A A3 70

RGB Percentages of Color #8aa370

%33.41
%39.47
%27.12

CMYK Percentages of Color #8aa370

%15
%0
%31
%36

Triadic Colors of #8aa370

#8aa370 #708aa3 #a3708a

Analogous Colors of #8aa370

#8aa370 #71a370 #a3a370

Monochromatic Colors of #8aa370

#8aa370

Complementary Color

#8aa370 #8970a3

#8aa370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa370 Color CSS Codes

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

#8aa370 Text Font Color

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

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


#8aa370 Background Color

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

This div background color is #8aa370


#8aa370 Border Color

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

This div border color is #8aa370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa370


Comments

No comments written yet.

Please login to write comment.