Color Hex Logo

#95979f Color Hex

#95979F
(149,151,159)
0 Favorites   0 Comments

Color spaces of #95979f

RGB 149151159
HSL0.630.050.60
HSV228°62°
CMYK 0.060.050.00   0.38
XYZ29.719031.026037.2231
Yxy31.02600.30340.3167
Hunter Lab55.7010-2.2389-0.6308
CIE-Lab62.52960.8767-4.4494

#95979f color RGB value is (149,151,159).

#95979f hex color red value is 149, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #95979f hue: 0.63 , saturation: 0.05 and the lightness value of 95979f is 0.60.

The process color (four color CMYK) of #95979f color hex is 0.06, 0.05, 0.00, 0.38. Web safe color of #95979f is #999999. Color #95979f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 10011111
Octal 225 227 237
Decimal 149 151 159
Hex 95 97 9F

RGB Percentages of Color #95979f

%32.46
%32.90
%34.64

CMYK Percentages of Color #95979f

%6
%5
%0
%38

Triadic Colors of #95979f

#95979f #9f9597 #979f95

Analogous Colors of #95979f

#95979f #98959f #959c9f

Monochromatic Colors of #95979f

#95979f

Complementary Color

#95979f #9f9d95

#95979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95979f Color CSS Codes

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

#95979f Text Font Color

<p style="color:#95979f">Text here</p>

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


#95979f Background Color

<div style="background-color:#95979f">
Div content here</div>

This div background color is #95979f


#95979f Border Color

<div style="border:3px solid #95979f">
Div here</div>

This div border color is #95979f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,151,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95979f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95979f;
  -webkit-box-shadow: 1px 1px 3px 2px #95979f;
  box-shadow:         1px 1px 3px 2px #95979f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95979f

#95979f Color Palettes


Comments

No comments written yet.

Please login to write comment.