Color Hex Logo

#96aacb Color Hex

#96AACB
(150,170,203)
0 Favorites   0 Comments

Color spaces of #96aacb

RGB 150170203
HSL0.600.340.69
HSV217°26°80°
CMYK 0.260.160.00   0.20
XYZ37.731939.545362.1442
Yxy39.54530.27060.2836
Hunter Lab62.8851-2.9464-14.5720
CIE-Lab69.14440.4722-19.0981

#96aacb color RGB value is (150,170,203).

#96aacb hex color red value is 150, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #96aacb hue: 0.60 , saturation: 0.34 and the lightness value of 96aacb is 0.69.

The process color (four color CMYK) of #96aacb color hex is 0.26, 0.16, 0.00, 0.20. Web safe color of #96aacb is #9999cc. Color #96aacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 11001011
Octal 226 252 313
Decimal 150 170 203
Hex 96 AA CB

RGB Percentages of Color #96aacb

%28.68
%32.50
%38.81

CMYK Percentages of Color #96aacb

%26
%16
%0
%20

Triadic Colors of #96aacb

#96aacb #cb96aa #aacb96

Analogous Colors of #96aacb

#96aacb #9d96cb #96c5cb

Monochromatic Colors of #96aacb

#96aacb

Complementary Color

#96aacb #cbb796

#96aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aacb Color CSS Codes

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

#96aacb Text Font Color

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

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


#96aacb Background Color

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

This div background color is #96aacb


#96aacb Border Color

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

This div border color is #96aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aacb


Comments

No comments written yet.

Please login to write comment.