Color Hex Logo

#96aabc Color Hex

#96AABC
(150,170,188)
0 Favorites   0 Comments

Color spaces of #96aabc

RGB 150170188
HSL0.580.220.66
HSV208°20°74°
CMYK 0.200.100.00   0.26
XYZ36.029538.864353.1796
Yxy38.86430.28130.3035
Hunter Lab62.3412-5.9349-6.9379
CIE-Lab68.6529-3.0207-11.5508

#96aabc color RGB value is (150,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 10111100
Octal 226 252 274
Decimal 150 170 188
Hex 96 AA BC

RGB Percentages of Color #96aabc

%29.53
%33.46
%37.01

CMYK Percentages of Color #96aabc

%20
%10
%0
%26

Triadic Colors of #96aabc

#96aabc #bc96aa #aabc96

Analogous Colors of #96aabc

#96aabc #9697bc #96bcbb

Monochromatic Colors of #96aabc

#96aabc

Complementary Color

#96aabc #bca896

#96aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aabc Color CSS Codes

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

#96aabc Text Font Color

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

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


#96aabc Background Color

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

This div background color is #96aabc


#96aabc Border Color

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

This div border color is #96aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aabc


Comments

No comments written yet.

Please login to write comment.