Color Hex Logo

#8fac2e Color Hex

#8FAC2E
(143,172,46)
0 Favorites   0 Comments

Color spaces of #8fac2e

RGB 14317246
HSL0.210.580.43
HSV74°73°67°
CMYK 0.170.000.73   0.33
XYZ26.573435.54198.0445
Yxy35.54190.37880.5066
Hunter Lab59.6170-24.766133.7315
CIE-Lab66.1684-27.230557.7476

#8fac2e color RGB value is (143,172,46).

#8fac2e hex color red value is 143, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8fac2e hue: 0.21 , saturation: 0.58 and the lightness value of 8fac2e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 00101110
Octal 217 254 56
Decimal 143 172 46
Hex 8F AC 2E

RGB Percentages of Color #8fac2e

%39.61
%47.65
%12.74

CMYK Percentages of Color #8fac2e

%17
%0
%73
%33

Triadic Colors of #8fac2e

#8fac2e #2e8fac #ac2e8f

Analogous Colors of #8fac2e

#8fac2e #50ac2e #ac8a2e

Monochromatic Colors of #8fac2e

#8fac2e

Complementary Color

#8fac2e #4b2eac

#8fac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fac2e Color CSS Codes

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

#8fac2e Text Font Color

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

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


#8fac2e Background Color

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

This div background color is #8fac2e


#8fac2e Border Color

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

This div border color is #8fac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fac2e


Comments

No comments written yet.

Please login to write comment.