Color Hex Logo

#8aa74b Color Hex

#8AA74B
(138,167,75)
0 Favorites   0 Comments

Color spaces of #8aa74b

RGB 13816775
HSL0.220.380.47
HSV79°55°65°
CMYK 0.170.000.55   0.35
XYZ25.569933.548711.7845
Yxy33.54870.36060.4732
Hunter Lab57.9212-22.561628.4819
CIE-Lab64.6028-24.650443.6584

#8aa74b color RGB value is (138,167,75).

#8aa74b hex color red value is 138, green value is 167 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #8aa74b hue: 0.22 , saturation: 0.38 and the lightness value of 8aa74b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100111 01001011
Octal 212 247 113
Decimal 138 167 75
Hex 8A A7 4B

RGB Percentages of Color #8aa74b

%36.32
%43.95
%19.74

CMYK Percentages of Color #8aa74b

%17
%0
%55
%35

Triadic Colors of #8aa74b

#8aa74b #4b8aa7 #a74b8a

Analogous Colors of #8aa74b

#8aa74b #5ca74b #a7964b

Monochromatic Colors of #8aa74b

#8aa74b

Complementary Color

#8aa74b #684ba7

#8aa74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa74b Color CSS Codes

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

#8aa74b Text Font Color

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

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


#8aa74b Background Color

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

This div background color is #8aa74b


#8aa74b Border Color

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

This div border color is #8aa74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa74b


Comments

No comments written yet.

Please login to write comment.