Color Hex Logo

#9c959d Color Hex

#9C959D
(156,149,157)
0 Favorites   0 Comments

Color spaces of #9c959d

RGB 156149157
HSL0.810.040.60
HSV293°62°
CMYK 0.010.050.00   0.38
XYZ30.543630.997136.2715
Yxy30.99710.31230.3169
Hunter Lab55.67500.49470.3459
CIE-Lab62.50524.0919-3.2894

#9c959d color RGB value is (156,149,157).

#9c959d hex color red value is 156, green value is 149 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9c959d hue: 0.81 , saturation: 0.04 and the lightness value of 9c959d is 0.60.

The process color (four color CMYK) of #9c959d color hex is 0.01, 0.05, 0.00, 0.38. Web safe color of #9c959d is #999999. Color #9c959d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10010101 10011101
Octal 234 225 235
Decimal 156 149 157
Hex 9C 95 9D

RGB Percentages of Color #9c959d

%33.77
%32.25
%33.98

CMYK Percentages of Color #9c959d

%1
%5
%0
%38

Triadic Colors of #9c959d

#9c959d #9d9c95 #959d9c

Analogous Colors of #9c959d

#9c959d #9d959a #98959d

Monochromatic Colors of #9c959d

#9c959d

Complementary Color

#9c959d #969d95

#9c959d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c959d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c959d Color CSS Codes

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

#9c959d Text Font Color

<p style="color:#9c959d">Text here</p>

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


#9c959d Background Color

<div style="background-color:#9c959d">
Div content here</div>

This div background color is #9c959d


#9c959d Border Color

<div style="border:3px solid #9c959d">
Div here</div>

This div border color is #9c959d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,149,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c959d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c959d;
  -webkit-box-shadow: 1px 1px 3px 2px #9c959d;
  box-shadow:         1px 1px 3px 2px #9c959d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c959d


Comments

No comments written yet.

Please login to write comment.