Color Hex Logo

#9faf7e Color Hex

#9FAF7E
(159,175,126)
0 Favorites   0 Comments

Color spaces of #9faf7e

RGB 159175126
HSL0.220.230.59
HSV80°28°69°
CMYK 0.090.000.28   0.31
XYZ33.393939.537225.6101
Yxy39.53720.33890.4012
Hunter Lab62.8786-15.238919.8666
CIE-Lab69.1386-14.162523.3343

#9faf7e color RGB value is (159,175,126).

#9faf7e hex color red value is 159, green value is 175 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9faf7e hue: 0.22 , saturation: 0.23 and the lightness value of 9faf7e is 0.59.

The process color (four color CMYK) of #9faf7e color hex is 0.09, 0.00, 0.28, 0.31. Web safe color of #9faf7e is #999966. Color #9faf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 01111110
Octal 237 257 176
Decimal 159 175 126
Hex 9F AF 7E

RGB Percentages of Color #9faf7e

%34.57
%38.04
%27.39

CMYK Percentages of Color #9faf7e

%9
%0
%28
%31

Triadic Colors of #9faf7e

#9faf7e #7e9faf #af7e9f

Analogous Colors of #9faf7e

#9faf7e #87af7e #afa77e

Monochromatic Colors of #9faf7e

#9faf7e

Complementary Color

#9faf7e #8e7eaf

#9faf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faf7e Color CSS Codes

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

#9faf7e Text Font Color

<p style="color:#9faf7e">Text here</p>

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


#9faf7e Background Color

<div style="background-color:#9faf7e">
Div content here</div>

This div background color is #9faf7e


#9faf7e Border Color

<div style="border:3px solid #9faf7e">
Div here</div>

This div border color is #9faf7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,175,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9faf7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9faf7e;
  -webkit-box-shadow: 1px 1px 3px 2px #9faf7e;
  box-shadow:         1px 1px 3px 2px #9faf7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,175,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faf7e


Comments

No comments written yet.

Please login to write comment.