Color Hex Logo

#8fa96e Color Hex

#8FA96E
(143,169,110)
0 Favorites   0 Comments

Color spaces of #8fa96e

RGB 143169110
HSL0.240.260.55
HSV86°35°66°
CMYK 0.150.000.35   0.34
XYZ28.330135.341420.0803
Yxy35.34140.33830.4220
Hunter Lab59.4486-18.971421.5873
CIE-Lab66.0136-19.512027.5614

#8fa96e color RGB value is (143,169,110).

#8fa96e hex color red value is 143, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8fa96e hue: 0.24 , saturation: 0.26 and the lightness value of 8fa96e is 0.55.

The process color (four color CMYK) of #8fa96e color hex is 0.15, 0.00, 0.35, 0.34. Web safe color of #8fa96e is #999966. Color #8fa96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101001 01101110
Octal 217 251 156
Decimal 143 169 110
Hex 8F A9 6E

RGB Percentages of Color #8fa96e

%33.89
%40.05
%26.07

CMYK Percentages of Color #8fa96e

%15
%0
%35
%34

Triadic Colors of #8fa96e

#8fa96e #6e8fa9 #a96e8f

Analogous Colors of #8fa96e

#8fa96e #72a96e #a9a66e

Monochromatic Colors of #8fa96e

#8fa96e

Complementary Color

#8fa96e #886ea9

#8fa96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa96e Color CSS Codes

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

#8fa96e Text Font Color

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

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


#8fa96e Background Color

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

This div background color is #8fa96e


#8fa96e Border Color

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

This div border color is #8fa96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa96e


Comments

No comments written yet.

Please login to write comment.