Color Hex Logo

#96abad Color Hex

#96ABAD
(150,171,173)
0 Favorites   0 Comments

Color spaces of #96abad

RGB 150171173
HSL0.510.120.63
HSV185°13°68°
CMYK 0.130.010.00   0.32
XYZ34.683438.627045.1629
Yxy38.62700.29280.3260
Hunter Lab62.1506-9.15100.4213
CIE-Lab68.4802-6.8404-3.4993

#96abad color RGB value is (150,171,173).

#96abad hex color red value is 150, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #96abad hue: 0.51 , saturation: 0.12 and the lightness value of 96abad is 0.63.

The process color (four color CMYK) of #96abad color hex is 0.13, 0.01, 0.00, 0.32. Web safe color of #96abad is #999999. Color #96abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101011 10101101
Octal 226 253 255
Decimal 150 171 173
Hex 96 AB AD

RGB Percentages of Color #96abad

%30.36
%34.62
%35.02

CMYK Percentages of Color #96abad

%13
%1
%0
%32

Triadic Colors of #96abad

#96abad #ad96ab #abad96

Analogous Colors of #96abad

#96abad #96a0ad #96ada4

Monochromatic Colors of #96abad

#96abad

Complementary Color

#96abad #ad9896

#96abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#96abad Color CSS Codes

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

#96abad Text Font Color

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

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


#96abad Background Color

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

This div background color is #96abad


#96abad Border Color

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

This div border color is #96abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96abad


Comments

No comments written yet.

Please login to write comment.