Color Hex Logo

#9faa9d Color Hex

#9FAA9D
(159,170,157)
0 Favorites   0 Comments

Color spaces of #9faa9d

RGB 159170157
HSL0.310.070.64
HSV111°67°
CMYK 0.060.000.08   0.33
XYZ34.758638.554737.5081
Yxy38.55470.31360.3479
Hunter Lab62.0924-8.73967.6495
CIE-Lab68.4275-6.35505.3634

#9faa9d color RGB value is (159,170,157).

#9faa9d hex color red value is 159, green value is 170 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9faa9d hue: 0.31 , saturation: 0.07 and the lightness value of 9faa9d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 10011101
Octal 237 252 235
Decimal 159 170 157
Hex 9F AA 9D

RGB Percentages of Color #9faa9d

%32.72
%34.98
%32.30

CMYK Percentages of Color #9faa9d

%6
%0
%8
%33

Triadic Colors of #9faa9d

#9faa9d #9d9faa #aa9d9f

Analogous Colors of #9faa9d

#9faa9d #9daaa2 #a6aa9d

Monochromatic Colors of #9faa9d

#9faa9d

Complementary Color

#9faa9d #a89daa

#9faa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faa9d Color CSS Codes

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

#9faa9d Text Font Color

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

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


#9faa9d Background Color

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

This div background color is #9faa9d


#9faa9d Border Color

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

This div border color is #9faa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faa9d


Comments

No comments written yet.

Please login to write comment.