Color Hex Logo

#96888e Color Hex

#96888E
(150,136,142)
0 Favorites   0 Comments

Color spaces of #96888e

RGB 150136142
HSL0.930.060.56
HSV334°59°
CMYK 0.000.090.05   0.41
XYZ26.264326.045329.2342
Yxy26.04530.32210.3194
Hunter Lab51.03462.55221.7611
CIE-Lab58.08006.3606-1.3008

#96888e color RGB value is (150,136,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001000 10001110
Octal 226 210 216
Decimal 150 136 142
Hex 96 88 8E

RGB Percentages of Color #96888e

%35.05
%31.78
%33.18

CMYK Percentages of Color #96888e

%0
%9
%5
%41

Triadic Colors of #96888e

#96888e #8e9688 #888e96

Analogous Colors of #96888e

#96888e #968988 #968895

Monochromatic Colors of #96888e

#96888e

Complementary Color

#96888e #889690

#96888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96888e Color CSS Codes

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

#96888e Text Font Color

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

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


#96888e Background Color

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

This div background color is #96888e


#96888e Border Color

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

This div border color is #96888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96888e


Comments

No comments written yet.

Please login to write comment.