Color Hex Logo

#96868e Color Hex

#96868E
(150,134,142)
0 Favorites   0 Comments

Color spaces of #96868e

RGB 150134142
HSL0.920.070.56
HSV330°11°59°
CMYK 0.000.110.05   0.41
XYZ25.985325.487229.1411
Yxy25.48720.32230.3162
Hunter Lab50.48483.52811.1157
CIE-Lab57.54717.5005-2.0826

#96868e color RGB value is (150,134,142).

#96868e hex color red value is 150, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #96868e hue: 0.92 , saturation: 0.07 and the lightness value of 96868e is 0.56.

The process color (four color CMYK) of #96868e color hex is 0.00, 0.11, 0.05, 0.41. Web safe color of #96868e is #999999. Color #96868e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 10001110
Octal 226 206 216
Decimal 150 134 142
Hex 96 86 8E

RGB Percentages of Color #96868e

%35.21
%31.46
%33.33

CMYK Percentages of Color #96868e

%0
%11
%5
%41

Triadic Colors of #96868e

#96868e #8e9686 #868e96

Analogous Colors of #96868e

#96868e #968686 #968696

Monochromatic Colors of #96868e

#96868e

Complementary Color

#96868e #86968e

#96868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96868e Color CSS Codes

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

#96868e Text Font Color

<p style="color:#96868e">Text here</p>

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


#96868e Background Color

<div style="background-color:#96868e">
Div content here</div>

This div background color is #96868e


#96868e Border Color

<div style="border:3px solid #96868e">
Div here</div>

This div border color is #96868e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,134,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96868e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96868e;
  -webkit-box-shadow: 1px 1px 3px 2px #96868e;
  box-shadow:         1px 1px 3px 2px #96868e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96868e


Comments

No comments written yet.

Please login to write comment.