Color Hex Logo

#8fa84a Color Hex

#8FA84A
(143,168,74)
0 Favorites   0 Comments

Color spaces of #8fa84a

RGB 14316874
HSL0.210.390.47
HSV76°56°66°
CMYK 0.150.000.56   0.34
XYZ26.566434.339311.7065
Yxy34.33930.36590.4729
Hunter Lab58.5997-21.625929.1754
CIE-Lab65.2310-23.218744.9523

#8fa84a color RGB value is (143,168,74).

#8fa84a hex color red value is 143, green value is 168 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8fa84a hue: 0.21 , saturation: 0.39 and the lightness value of 8fa84a is 0.47.

The process color (four color CMYK) of #8fa84a color hex is 0.15, 0.00, 0.56, 0.34. Web safe color of #8fa84a is #999933. Color #8fa84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101000 01001010
Octal 217 250 112
Decimal 143 168 74
Hex 8F A8 4A

RGB Percentages of Color #8fa84a

%37.14
%43.64
%19.22

CMYK Percentages of Color #8fa84a

%15
%0
%56
%34

Triadic Colors of #8fa84a

#8fa84a #4a8fa8 #a84a8f

Analogous Colors of #8fa84a

#8fa84a #60a84a #a8924a

Monochromatic Colors of #8fa84a

#8fa84a

Complementary Color

#8fa84a #634aa8

#8fa84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa84a Color CSS Codes

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

#8fa84a Text Font Color

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

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


#8fa84a Background Color

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

This div background color is #8fa84a


#8fa84a Border Color

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

This div border color is #8fa84a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,168,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fa84a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fa84a;
  -webkit-box-shadow: 1px 1px 3px 2px #8fa84a;
  box-shadow:         1px 1px 3px 2px #8fa84a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,168,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa84a


Comments

No comments written yet.

Please login to write comment.