Color Hex Logo

#9faa8d Color Hex

#9FAA8D
(159,170,141)
0 Favorites   0 Comments

Color spaces of #9faa8d

RGB 159170141
HSL0.230.150.61
HSV83°17°67°
CMYK 0.060.000.17   0.33
XYZ33.480538.043530.7778
Yxy38.04350.32730.3719
Hunter Lab61.6794-11.046513.5901
CIE-Lab68.0527-9.176913.6614

#9faa8d color RGB value is (159,170,141).

#9faa8d hex color red value is 159, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9faa8d hue: 0.23 , saturation: 0.15 and the lightness value of 9faa8d is 0.61.

The process color (four color CMYK) of #9faa8d color hex is 0.06, 0.00, 0.17, 0.33. Web safe color of #9faa8d is #999999. Color #9faa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 10001101
Octal 237 252 215
Decimal 159 170 141
Hex 9F AA 8D

RGB Percentages of Color #9faa8d

%33.83
%36.17
%30.00

CMYK Percentages of Color #9faa8d

%6
%0
%17
%33

Triadic Colors of #9faa8d

#9faa8d #8d9faa #aa8d9f

Analogous Colors of #9faa8d

#9faa8d #91aa8d #aaa78d

Monochromatic Colors of #9faa8d

#9faa8d

Complementary Color

#9faa8d #988daa

#9faa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faa8d Color CSS Codes

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

#9faa8d Text Font Color

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

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


#9faa8d Background Color

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

This div background color is #9faa8d


#9faa8d Border Color

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

This div border color is #9faa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faa8d


Comments

No comments written yet.

Please login to write comment.