Color Hex Logo

#9ba2aa Color Hex

#9BA2AA
(155,162,170)
0 Favorites   0 Comments

Color spaces of #9ba2aa

RGB 155162170
HSL0.590.080.64
HSV212°67°
CMYK 0.090.050.00   0.33
XYZ33.693635.711543.1474
Yxy35.71150.29940.3173
Hunter Lab59.7591-3.9359-0.9773
CIE-Lab66.2989-0.8699-5.0075

#9ba2aa color RGB value is (155,162,170).

#9ba2aa hex color red value is 155, green value is 162 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9ba2aa hue: 0.59 , saturation: 0.08 and the lightness value of 9ba2aa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100010 10101010
Octal 233 242 252
Decimal 155 162 170
Hex 9B A2 AA

RGB Percentages of Color #9ba2aa

%31.83
%33.26
%34.91

CMYK Percentages of Color #9ba2aa

%9
%5
%0
%33

Triadic Colors of #9ba2aa

#9ba2aa #aa9ba2 #a2aa9b

Analogous Colors of #9ba2aa

#9ba2aa #9c9baa #9baaaa

Monochromatic Colors of #9ba2aa

#9ba2aa

Complementary Color

#9ba2aa #aaa39b

#9ba2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba2aa Color CSS Codes

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

#9ba2aa Text Font Color

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

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


#9ba2aa Background Color

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

This div background color is #9ba2aa


#9ba2aa Border Color

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

This div border color is #9ba2aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,162,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 #9ba2aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba2aa


Comments

No comments written yet.

Please login to write comment.