Color Hex Logo

#96acb9 Color Hex

#96ACB9
(150,172,185)
0 Favorites   0 Comments

Color spaces of #96acb9

RGB 150172185
HSL0.560.200.66
HSV202°19°73°
CMYK 0.190.070.00   0.27
XYZ36.087239.491951.6196
Yxy39.49190.28370.3105
Hunter Lab62.8426-7.4713-4.7117
CIE-Lab69.1061-4.7813-9.2140

#96acb9 color RGB value is (150,172,185).

#96acb9 hex color red value is 150, green value is 172 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #96acb9 hue: 0.56 , saturation: 0.20 and the lightness value of 96acb9 is 0.66.

The process color (four color CMYK) of #96acb9 color hex is 0.19, 0.07, 0.00, 0.27. Web safe color of #96acb9 is #9999cc. Color #96acb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 10111001
Octal 226 254 271
Decimal 150 172 185
Hex 96 AC B9

RGB Percentages of Color #96acb9

%29.59
%33.93
%36.49

CMYK Percentages of Color #96acb9

%19
%7
%0
%27

Triadic Colors of #96acb9

#96acb9 #b996ac #acb996

Analogous Colors of #96acb9

#96acb9 #969bb9 #96b9b5

Monochromatic Colors of #96acb9

#96acb9

Complementary Color

#96acb9 #b9a396

#96acb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96acb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96acb9 Color CSS Codes

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

#96acb9 Text Font Color

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

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


#96acb9 Background Color

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

This div background color is #96acb9


#96acb9 Border Color

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

This div border color is #96acb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96acb9


Comments

No comments written yet.

Please login to write comment.