Color Hex Logo

#96acb1 Color Hex

#96ACB1
(150,172,177)
0 Favorites   0 Comments

Color spaces of #96acb1

RGB 150172177
HSL0.530.150.64
HSV191°15°69°
CMYK 0.150.030.00   0.31
XYZ35.266039.163447.2955
Yxy39.16340.28970.3217
Hunter Lab62.5807-8.9263-1.0021
CIE-Lab68.8695-6.5287-5.1398

#96acb1 color RGB value is (150,172,177).

#96acb1 hex color red value is 150, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #96acb1 hue: 0.53 , saturation: 0.15 and the lightness value of 96acb1 is 0.64.

The process color (four color CMYK) of #96acb1 color hex is 0.15, 0.03, 0.00, 0.31. Web safe color of #96acb1 is #999999. Color #96acb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 10110001
Octal 226 254 261
Decimal 150 172 177
Hex 96 AC B1

RGB Percentages of Color #96acb1

%30.06
%34.47
%35.47

CMYK Percentages of Color #96acb1

%15
%3
%0
%31

Triadic Colors of #96acb1

#96acb1 #b196ac #acb196

Analogous Colors of #96acb1

#96acb1 #969fb1 #96b1a9

Monochromatic Colors of #96acb1

#96acb1

Complementary Color

#96acb1 #b19b96

#96acb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96acb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96acb1 Color CSS Codes

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

#96acb1 Text Font Color

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

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


#96acb1 Background Color

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

This div background color is #96acb1


#96acb1 Border Color

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

This div border color is #96acb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96acb1


Comments

No comments written yet.

Please login to write comment.