Color Hex Logo

#96828e Color Hex

#96828E
(150,130,142)
0 Favorites   0 Comments

Color spaces of #96828e

RGB 150130142
HSL0.900.090.55
HSV324°13°59°
CMYK 0.000.130.05   0.41
XYZ25.442824.402328.9603
Yxy24.40230.32290.3097
Hunter Lab49.39875.4888-0.1801
CIE-Lab56.48849.7897-3.6408

#96828e color RGB value is (150,130,142).

#96828e hex color red value is 150, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #96828e hue: 0.90 , saturation: 0.09 and the lightness value of 96828e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 10001110
Octal 226 202 216
Decimal 150 130 142
Hex 96 82 8E

RGB Percentages of Color #96828e

%35.55
%30.81
%33.65

CMYK Percentages of Color #96828e

%0
%13
%5
%41

Triadic Colors of #96828e

#96828e #8e9682 #828e96

Analogous Colors of #96828e

#96828e #968284 #948296

Monochromatic Colors of #96828e

#96828e

Complementary Color

#96828e #82968a

#96828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96828e Color CSS Codes

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

#96828e Text Font Color

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

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


#96828e Background Color

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

This div background color is #96828e


#96828e Border Color

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

This div border color is #96828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96828e


Comments

No comments written yet.

Please login to write comment.