Color Hex Logo

#9e868a Color Hex

#9E868A
(158,134,138)
0 Favorites   0 Comments

Color spaces of #9e868a

RGB 158134138
HSL0.970.110.57
HSV350°15°62°
CMYK 0.000.150.13   0.38
XYZ27.213126.154327.6588
Yxy26.15430.33590.3228
Hunter Lab51.14135.48553.7330
CIE-Lab58.18329.79111.2378

#9e868a color RGB value is (158,134,138).

#9e868a hex color red value is 158, green value is 134 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9e868a hue: 0.97 , saturation: 0.11 and the lightness value of 9e868a is 0.57.

The process color (four color CMYK) of #9e868a color hex is 0.00, 0.15, 0.13, 0.38. Web safe color of #9e868a is #999999. Color #9e868a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000110 10001010
Octal 236 206 212
Decimal 158 134 138
Hex 9E 86 8A

RGB Percentages of Color #9e868a

%36.74
%31.16
%32.09

CMYK Percentages of Color #9e868a

%0
%15
%13
%38

Triadic Colors of #9e868a

#9e868a #8a9e86 #868a9e

Analogous Colors of #9e868a

#9e868a #9e8e86 #9e8696

Monochromatic Colors of #9e868a

#9e868a

Complementary Color

#9e868a #869e9a

#9e868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e868a Color CSS Codes

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

#9e868a Text Font Color

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

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


#9e868a Background Color

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

This div background color is #9e868a


#9e868a Border Color

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

This div border color is #9e868a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e868a

#9e868a Color Palettes


Comments

No comments written yet.

Please login to write comment.