Color Hex Logo

#96abbd Color Hex

#96ABBD
(150,171,189)
0 Favorites   0 Comments

Color spaces of #96abbd

RGB 150171189
HSL0.580.230.66
HSV208°21°74°
CMYK 0.210.100.00   0.26
XYZ36.325939.284053.8121
Yxy39.28400.28070.3035
Hunter Lab62.6769-6.2308-7.0303
CIE-Lab68.9565-3.3399-11.6493

#96abbd color RGB value is (150,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101011 10111101
Octal 226 253 275
Decimal 150 171 189
Hex 96 AB BD

RGB Percentages of Color #96abbd

%29.41
%33.53
%37.06

CMYK Percentages of Color #96abbd

%21
%10
%0
%26

Triadic Colors of #96abbd

#96abbd #bd96ab #abbd96

Analogous Colors of #96abbd

#96abbd #9698bd #96bdbc

Monochromatic Colors of #96abbd

#96abbd

Complementary Color

#96abbd #bda896

#96abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96abbd Color CSS Codes

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

#96abbd Text Font Color

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

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


#96abbd Background Color

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

This div background color is #96abbd


#96abbd Border Color

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

This div border color is #96abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96abbd


Comments

No comments written yet.

Please login to write comment.