Color Hex Logo

#96acbc Color Hex

#96ACBC
(150,172,188)
0 Favorites   0 Comments

Color spaces of #96acbc

RGB 150172188
HSL0.570.220.66
HSV205°20°74°
CMYK 0.200.090.00   0.26
XYZ36.407339.619953.3055
Yxy39.61990.28150.3063
Hunter Lab62.9443-6.9074-6.1497
CIE-Lab69.1979-4.1099-10.7352

#96acbc color RGB value is (150,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 10111100
Octal 226 254 274
Decimal 150 172 188
Hex 96 AC BC

RGB Percentages of Color #96acbc

%29.41
%33.73
%36.86

CMYK Percentages of Color #96acbc

%20
%9
%0
%26

Triadic Colors of #96acbc

#96acbc #bc96ac #acbc96

Analogous Colors of #96acbc

#96acbc #9699bc #96bcb9

Monochromatic Colors of #96acbc

#96acbc

Complementary Color

#96acbc #bca696

#96acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96acbc Color CSS Codes

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

#96acbc Text Font Color

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

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


#96acbc Background Color

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

This div background color is #96acbc


#96acbc Border Color

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

This div border color is #96acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96acbc

#96acbc Color Palettes


Comments

No comments written yet.

Please login to write comment.