Color Hex Logo

#96abaf Color Hex

#96ABAF
(150,171,175)
0 Favorites   0 Comments

Color spaces of #96abaf

RGB 150171175
HSL0.530.140.64
HSV190°14°69°
CMYK 0.140.020.00   0.31
XYZ34.878538.705046.1900
Yxy38.70500.29120.3232
Hunter Lab62.2133-8.8014-0.4702
CIE-Lab68.5370-6.4167-4.5235

#96abaf color RGB value is (150,171,175).

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

The process color (four color CMYK) of #96abaf color hex is 0.14, 0.02, 0.00, 0.31. Web safe color of #96abaf is #999999. Color #96abaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101011 10101111
Octal 226 253 257
Decimal 150 171 175
Hex 96 AB AF

RGB Percentages of Color #96abaf

%30.24
%34.48
%35.28

CMYK Percentages of Color #96abaf

%14
%2
%0
%31

Triadic Colors of #96abaf

#96abaf #af96ab #abaf96

Analogous Colors of #96abaf

#96abaf #969faf #96afa7

Monochromatic Colors of #96abaf

#96abaf

Complementary Color

#96abaf #af9a96

#96abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96abaf Color CSS Codes

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

#96abaf Text Font Color

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

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


#96abaf Background Color

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

This div background color is #96abaf


#96abaf Border Color

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

This div border color is #96abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96abaf


Comments

No comments written yet.

Please login to write comment.