Color Hex Logo

#96acaf Color Hex

#96ACAF
(150,172,175)
0 Favorites   0 Comments

Color spaces of #96acaf

RGB 150172175
HSL0.520.140.64
HSV187°14°69°
CMYK 0.140.020.00   0.31
XYZ35.068139.084246.2532
Yxy39.08420.29120.3246
Hunter Lab62.5174-9.2787-0.1033
CIE-Lab68.8122-6.9553-4.1176

#96acaf color RGB value is (150,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 10101111
Octal 226 254 257
Decimal 150 172 175
Hex 96 AC AF

RGB Percentages of Color #96acaf

%30.18
%34.61
%35.21

CMYK Percentages of Color #96acaf

%14
%2
%0
%31

Triadic Colors of #96acaf

#96acaf #af96ac #acaf96

Analogous Colors of #96acaf

#96acaf #96a0af #96afa6

Monochromatic Colors of #96acaf

#96acaf

Complementary Color

#96acaf #af9996

#96acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96acaf Color CSS Codes

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

#96acaf Text Font Color

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

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


#96acaf Background Color

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

This div background color is #96acaf


#96acaf Border Color

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

This div border color is #96acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96acaf


Comments

No comments written yet.

Please login to write comment.