Color Hex Logo

#96a8aa Color Hex

#96A8AA
(150,168,170)
0 Favorites   0 Comments

Color spaces of #96a8aa

RGB 150168170
HSL0.520.110.63
HSV186°12°67°
CMYK 0.120.010.00   0.33
XYZ33.836037.391643.4642
Yxy37.39160.29500.3260
Hunter Lab61.1487-8.23900.6610
CIE-Lab67.5698-5.8501-3.1750

#96a8aa color RGB value is (150,168,170).

#96a8aa hex color red value is 150, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #96a8aa hue: 0.52 , saturation: 0.11 and the lightness value of 96a8aa is 0.63.

The process color (four color CMYK) of #96a8aa color hex is 0.12, 0.01, 0.00, 0.33. Web safe color of #96a8aa is #999999. Color #96a8aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101000 10101010
Octal 226 250 252
Decimal 150 168 170
Hex 96 A8 AA

RGB Percentages of Color #96a8aa

%30.74
%34.43
%34.84

CMYK Percentages of Color #96a8aa

%12
%1
%0
%33

Triadic Colors of #96a8aa

#96a8aa #aa96a8 #a8aa96

Analogous Colors of #96a8aa

#96a8aa #969eaa #96aaa2

Monochromatic Colors of #96a8aa

#96a8aa

Complementary Color

#96a8aa #aa9896

#96a8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a8aa Color CSS Codes

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

#96a8aa Text Font Color

<p style="color:#96a8aa">Text here</p>

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


#96a8aa Background Color

<div style="background-color:#96a8aa">
Div content here</div>

This div background color is #96a8aa


#96a8aa Border Color

<div style="border:3px solid #96a8aa">
Div here</div>

This div border color is #96a8aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,168,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96a8aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96a8aa;
  -webkit-box-shadow: 1px 1px 3px 2px #96a8aa;
  box-shadow:         1px 1px 3px 2px #96a8aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,168,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 #96a8aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a8aa


Comments

No comments written yet.

Please login to write comment.