Color Hex Logo

#9eb182 Color Hex

#9EB182
(158,177,130)
0 Favorites   0 Comments

Color spaces of #9eb182

RGB 158177130
HSL0.230.230.60
HSV84°27°69°
CMYK 0.110.000.27   0.31
XYZ33.852040.325127.1184
Yxy40.32510.33420.3981
Hunter Lab63.5020-15.972919.1318
CIE-Lab69.7005-14.978221.9254

#9eb182 color RGB value is (158,177,130).

#9eb182 hex color red value is 158, green value is 177 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #9eb182 hue: 0.23 , saturation: 0.23 and the lightness value of 9eb182 is 0.60.

The process color (four color CMYK) of #9eb182 color hex is 0.11, 0.00, 0.27, 0.31. Web safe color of #9eb182 is #999999. Color #9eb182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110001 10000010
Octal 236 261 202
Decimal 158 177 130
Hex 9E B1 82

RGB Percentages of Color #9eb182

%33.98
%38.06
%27.96

CMYK Percentages of Color #9eb182

%11
%0
%27
%31

Triadic Colors of #9eb182

#9eb182 #829eb1 #b1829e

Analogous Colors of #9eb182

#9eb182 #87b182 #b1ad82

Monochromatic Colors of #9eb182

#9eb182

Complementary Color

#9eb182 #9582b1

#9eb182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb182 Color CSS Codes

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

#9eb182 Text Font Color

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

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


#9eb182 Background Color

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

This div background color is #9eb182


#9eb182 Border Color

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

This div border color is #9eb182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb182


Comments

No comments written yet.

Please login to write comment.