Color Hex Logo

#9d828c Color Hex

#9D828C
(157,130,140)
0 Favorites   0 Comments

Color spaces of #9d828c

RGB 157130140
HSL0.940.120.56
HSV338°17°62°
CMYK 0.000.170.11   0.38
XYZ26.620925.026828.2385
Yxy25.02680.33320.3133
Hunter Lab50.02687.43881.5515
CIE-Lab57.101512.0456-1.5061

#9d828c color RGB value is (157,130,140).

#9d828c hex color red value is 157, green value is 130 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9d828c hue: 0.94 , saturation: 0.12 and the lightness value of 9d828c is 0.56.

The process color (four color CMYK) of #9d828c color hex is 0.00, 0.17, 0.11, 0.38. Web safe color of #9d828c is #999999. Color #9d828c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10000010 10001100
Octal 235 202 214
Decimal 157 130 140
Hex 9D 82 8C

RGB Percentages of Color #9d828c

%36.77
%30.44
%32.79

CMYK Percentages of Color #9d828c

%0
%17
%11
%38

Triadic Colors of #9d828c

#9d828c #8c9d82 #828c9d

Analogous Colors of #9d828c

#9d828c #9d8682 #9d829a

Monochromatic Colors of #9d828c

#9d828c

Complementary Color

#9d828c #829d93

#9d828c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d828c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d828c Color CSS Codes

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

#9d828c Text Font Color

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

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


#9d828c Background Color

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

This div background color is #9d828c


#9d828c Border Color

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

This div border color is #9d828c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d828c


Comments

No comments written yet.

Please login to write comment.