Color Hex Logo

#95808c Color Hex

#95808C
(149,128,140)
0 Favorites   0 Comments

Color spaces of #95808c

RGB 149128140
HSL0.900.090.54
HSV326°14°58°
CMYK 0.000.140.06   0.42
XYZ24.847223.721428.0800
Yxy23.72140.32420.3095
Hunter Lab48.70465.8307-0.0896
CIE-Lab55.807810.1889-3.4976

#95808c color RGB value is (149,128,140).

#95808c hex color red value is 149, green value is 128 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #95808c hue: 0.90 , saturation: 0.09 and the lightness value of 95808c is 0.54.

The process color (four color CMYK) of #95808c color hex is 0.00, 0.14, 0.06, 0.42. Web safe color of #95808c is #999999. Color #95808c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000000 10001100
Octal 225 200 214
Decimal 149 128 140
Hex 95 80 8C

RGB Percentages of Color #95808c

%35.73
%30.70
%33.57

CMYK Percentages of Color #95808c

%0
%14
%6
%42

Triadic Colors of #95808c

#95808c #8c9580 #808c95

Analogous Colors of #95808c

#95808c #958082 #948095

Monochromatic Colors of #95808c

#95808c

Complementary Color

#95808c #809589

#95808c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95808c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95808c Color CSS Codes

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

#95808c Text Font Color

<p style="color:#95808c">Text here</p>

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


#95808c Background Color

<div style="background-color:#95808c">
Div content here</div>

This div background color is #95808c


#95808c Border Color

<div style="border:3px solid #95808c">
Div here</div>

This div border color is #95808c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,128,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95808c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95808c;
  -webkit-box-shadow: 1px 1px 3px 2px #95808c;
  box-shadow:         1px 1px 3px 2px #95808c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,128,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95808c


Comments

No comments written yet.

Please login to write comment.