Color Hex Logo

#96acbd Color Hex

#96ACBD
(150,172,189)
0 Favorites   0 Comments

Color spaces of #96acbd

RGB 150172189
HSL0.570.230.66
HSV206°21°74°
CMYK 0.210.090.00   0.26
XYZ36.515539.663253.8753
Yxy39.66320.28080.3050
Hunter Lab62.9787-6.7172-6.6347
CIE-Lab69.2290-3.8842-11.2414

#96acbd color RGB value is (150,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 10111101
Octal 226 254 275
Decimal 150 172 189
Hex 96 AC BD

RGB Percentages of Color #96acbd

%29.35
%33.66
%36.99

CMYK Percentages of Color #96acbd

%21
%9
%0
%26

Triadic Colors of #96acbd

#96acbd #bd96ac #acbd96

Analogous Colors of #96acbd

#96acbd #9699bd #96bdbb

Monochromatic Colors of #96acbd

#96acbd

Complementary Color

#96acbd #bda796

#96acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96acbd Color CSS Codes

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

#96acbd Text Font Color

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

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


#96acbd Background Color

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

This div background color is #96acbd


#96acbd Border Color

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

This div border color is #96acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96acbd

#96acbd Color Palettes


Comments

No comments written yet.

Please login to write comment.