Color Hex Logo

#95828e Color Hex

#95828E
(149,130,142)
0 Favorites   0 Comments

Color spaces of #95828e

RGB 149130142
HSL0.890.080.55
HSV322°13°58°
CMYK 0.000.130.05   0.42
XYZ25.259524.307828.9517
Yxy24.30780.32170.3096
Hunter Lab49.30295.1712-0.3042
CIE-Lab56.39479.4179-3.7896

#95828e color RGB value is (149,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 10001110
Octal 225 202 216
Decimal 149 130 142
Hex 95 82 8E

RGB Percentages of Color #95828e

%35.39
%30.88
%33.73

CMYK Percentages of Color #95828e

%0
%13
%5
%42

Triadic Colors of #95828e

#95828e #8e9582 #828e95

Analogous Colors of #95828e

#95828e #958285 #938295

Monochromatic Colors of #95828e

#95828e

Complementary Color

#95828e #829589

#95828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95828e Color CSS Codes

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

#95828e Text Font Color

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

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


#95828e Background Color

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

This div background color is #95828e


#95828e Border Color

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

This div border color is #95828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95828e


Comments

No comments written yet.

Please login to write comment.