Color Hex Logo

#9e888b Color Hex

#9E888B
(158,136,139)
0 Favorites   0 Comments

Color spaces of #9e888b

RGB 158136139
HSL0.980.100.58
HSV352°14°62°
CMYK 0.000.140.12   0.38
XYZ27.564926.741528.1349
Yxy26.74150.33440.3244
Hunter Lab51.71224.65213.9408
CIE-Lab58.73438.82981.4652

#9e888b color RGB value is (158,136,139).

#9e888b hex color red value is 158, green value is 136 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9e888b hue: 0.98 , saturation: 0.10 and the lightness value of 9e888b is 0.58.

The process color (four color CMYK) of #9e888b color hex is 0.00, 0.14, 0.12, 0.38. Web safe color of #9e888b is #999999. Color #9e888b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10001000 10001011
Octal 236 210 213
Decimal 158 136 139
Hex 9E 88 8B

RGB Percentages of Color #9e888b

%36.49
%31.41
%32.10

CMYK Percentages of Color #9e888b

%0
%14
%12
%38

Triadic Colors of #9e888b

#9e888b #8b9e88 #888b9e

Analogous Colors of #9e888b

#9e888b #9e9088 #9e8896

Monochromatic Colors of #9e888b

#9e888b

Complementary Color

#9e888b #889e9b

#9e888b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e888b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e888b Color CSS Codes

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

#9e888b Text Font Color

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

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


#9e888b Background Color

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

This div background color is #9e888b


#9e888b Border Color

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

This div border color is #9e888b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,136,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e888b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e888b;
  -webkit-box-shadow: 1px 1px 3px 2px #9e888b;
  box-shadow:         1px 1px 3px 2px #9e888b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,136,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e888b


Comments

No comments written yet.

Please login to write comment.