Color Hex Logo

#8aa337 Color Hex

#8AA337
(138,163,55)
0 Favorites   0 Comments

Color spaces of #8aa337

RGB 13816355
HSL0.210.500.43
HSV74°66°64°
CMYK 0.150.000.66   0.36
XYZ24.268031.87358.4876
Yxy31.87350.37550.4932
Hunter Lab56.4566-22.070530.6061
CIE-Lab63.2382-24.342551.1821

#8aa337 color RGB value is (138,163,55).

#8aa337 hex color red value is 138, green value is 163 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #8aa337 hue: 0.21 , saturation: 0.50 and the lightness value of 8aa337 is 0.43.

The process color (four color CMYK) of #8aa337 color hex is 0.15, 0.00, 0.66, 0.36. Web safe color of #8aa337 is #999933. Color #8aa337 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100011 00110111
Octal 212 243 67
Decimal 138 163 55
Hex 8A A3 37

RGB Percentages of Color #8aa337

%38.76
%45.79
%15.45

CMYK Percentages of Color #8aa337

%15
%0
%66
%36

Triadic Colors of #8aa337

#8aa337 #378aa3 #a3378a

Analogous Colors of #8aa337

#8aa337 #54a337 #a38637

Monochromatic Colors of #8aa337

#8aa337

Complementary Color

#8aa337 #5037a3

#8aa337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa337 Color CSS Codes

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

#8aa337 Text Font Color

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

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


#8aa337 Background Color

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

This div background color is #8aa337


#8aa337 Border Color

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

This div border color is #8aa337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa337


Comments

No comments written yet.

Please login to write comment.