Color Hex Logo

#8fa04e Color Hex

#8FA04E
(143,160,78)
0 Favorites   0 Comments

Color spaces of #8fa04e

RGB 14316078
HSL0.200.340.47
HSV72°51°63°
CMYK 0.110.000.51   0.37
XYZ25.273631.531311.9618
Yxy31.53130.36750.4585
Hunter Lab56.1527-17.926826.6768
CIE-Lab62.9536-18.793640.3394

#8fa04e color RGB value is (143,160,78).

#8fa04e hex color red value is 143, green value is 160 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8fa04e hue: 0.20 , saturation: 0.34 and the lightness value of 8fa04e is 0.47.

The process color (four color CMYK) of #8fa04e color hex is 0.11, 0.00, 0.51, 0.37. Web safe color of #8fa04e is #999966. Color #8fa04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100000 01001110
Octal 217 240 116
Decimal 143 160 78
Hex 8F A0 4E

RGB Percentages of Color #8fa04e

%37.53
%41.99
%20.47

CMYK Percentages of Color #8fa04e

%11
%0
%51
%37

Triadic Colors of #8fa04e

#8fa04e #4e8fa0 #a04e8f

Analogous Colors of #8fa04e

#8fa04e #66a04e #a0884e

Monochromatic Colors of #8fa04e

#8fa04e

Complementary Color

#8fa04e #5f4ea0

#8fa04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa04e Color CSS Codes

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

#8fa04e Text Font Color

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

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


#8fa04e Background Color

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

This div background color is #8fa04e


#8fa04e Border Color

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

This div border color is #8fa04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa04e


Comments

No comments written yet.

Please login to write comment.