Color Hex Logo

#8aa72d Color Hex

#8AA72D
(138,167,45)
0 Favorites   0 Comments

Color spaces of #8aa72d

RGB 13816745
HSL0.210.580.42
HSV74°73°65°
CMYK 0.170.000.73   0.35
XYZ24.773633.23027.5910
Yxy33.23020.37770.5066
Hunter Lab57.6456-24.168332.5444
CIE-Lab64.3469-26.933556.2146

#8aa72d color RGB value is (138,167,45).

#8aa72d hex color red value is 138, green value is 167 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8aa72d hue: 0.21 , saturation: 0.58 and the lightness value of 8aa72d is 0.42.

The process color (four color CMYK) of #8aa72d color hex is 0.17, 0.00, 0.73, 0.35. Web safe color of #8aa72d is #999933. Color #8aa72d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100111 00101101
Octal 212 247 55
Decimal 138 167 45
Hex 8A A7 2D

RGB Percentages of Color #8aa72d

%39.43
%47.71
%12.86

CMYK Percentages of Color #8aa72d

%17
%0
%73
%35

Triadic Colors of #8aa72d

#8aa72d #2d8aa7 #a72d8a

Analogous Colors of #8aa72d

#8aa72d #4da72d #a7872d

Monochromatic Colors of #8aa72d

#8aa72d

Complementary Color

#8aa72d #4a2da7

#8aa72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa72d Color CSS Codes

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

#8aa72d Text Font Color

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

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


#8aa72d Background Color

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

This div background color is #8aa72d


#8aa72d Border Color

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

This div border color is #8aa72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa72d


Comments

No comments written yet.

Please login to write comment.