Color Hex Logo

#9fa0aa Color Hex

#9FA0AA
(159,160,170)
0 Favorites   0 Comments

Color spaces of #9fa0aa

RGB 159160170
HSL0.650.060.65
HSV235°67°
CMYK 0.060.060.00   0.33
XYZ34.124635.414843.0674
Yxy35.41480.30300.3145
Hunter Lab59.5103-1.7871-1.2507
CIE-Lab66.07031.6177-5.3107

#9fa0aa color RGB value is (159,160,170).

#9fa0aa hex color red value is 159, green value is 160 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9fa0aa hue: 0.65 , saturation: 0.06 and the lightness value of 9fa0aa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100000 10101010
Octal 237 240 252
Decimal 159 160 170
Hex 9F A0 AA

RGB Percentages of Color #9fa0aa

%32.52
%32.72
%34.76

CMYK Percentages of Color #9fa0aa

%6
%6
%0
%33

Triadic Colors of #9fa0aa

#9fa0aa #aa9fa0 #a0aa9f

Analogous Colors of #9fa0aa

#9fa0aa #a49faa #9fa6aa

Monochromatic Colors of #9fa0aa

#9fa0aa

Complementary Color

#9fa0aa #aaa99f

#9fa0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa0aa Color CSS Codes

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

#9fa0aa Text Font Color

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

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


#9fa0aa Background Color

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

This div background color is #9fa0aa


#9fa0aa Border Color

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

This div border color is #9fa0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa0aa

#9fa0aa Color Palettes


Comments

No comments written yet.

Please login to write comment.