Color Hex Logo

#96aabd Color Hex

#96AABD
(150,170,189)
0 Favorites   0 Comments

Color spaces of #96aabd

RGB 150170189
HSL0.580.230.66
HSV209°21°74°
CMYK 0.210.100.00   0.26
XYZ36.137738.907653.7494
Yxy38.90760.28060.3021
Hunter Lab62.3760-5.7434-7.4271
CIE-Lab68.6843-2.7943-12.0572

#96aabd color RGB value is (150,170,189).

#96aabd hex color red value is 150, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #96aabd hue: 0.58 , saturation: 0.23 and the lightness value of 96aabd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 10111101
Octal 226 252 275
Decimal 150 170 189
Hex 96 AA BD

RGB Percentages of Color #96aabd

%29.47
%33.40
%37.13

CMYK Percentages of Color #96aabd

%21
%10
%0
%26

Triadic Colors of #96aabd

#96aabd #bd96aa #aabd96

Analogous Colors of #96aabd

#96aabd #9697bd #96bdbd

Monochromatic Colors of #96aabd

#96aabd

Complementary Color

#96aabd #bda996

#96aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aabd Color CSS Codes

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

#96aabd Text Font Color

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

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


#96aabd Background Color

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

This div background color is #96aabd


#96aabd Border Color

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

This div border color is #96aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aabd


Comments

No comments written yet.

Please login to write comment.