Color Hex Logo

#9eb08b Color Hex

#9EB08B
(158,176,139)
0 Favorites   0 Comments

Color spaces of #9eb08b

RGB 158176139
HSL0.250.190.62
HSV89°21°69°
CMYK 0.100.000.21   0.31
XYZ34.286140.183830.3753
Yxy40.18380.32700.3833
Hunter Lab63.3907-14.388515.9631
CIE-Lab69.6002-13.037716.9043

#9eb08b color RGB value is (158,176,139).

#9eb08b hex color red value is 158, green value is 176 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9eb08b hue: 0.25 , saturation: 0.19 and the lightness value of 9eb08b is 0.62.

The process color (four color CMYK) of #9eb08b color hex is 0.10, 0.00, 0.21, 0.31. Web safe color of #9eb08b is #999999. Color #9eb08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110000 10001011
Octal 236 260 213
Decimal 158 176 139
Hex 9E B0 8B

RGB Percentages of Color #9eb08b

%33.40
%37.21
%29.39

CMYK Percentages of Color #9eb08b

%10
%0
%21
%31

Triadic Colors of #9eb08b

#9eb08b #8b9eb0 #b08b9e

Analogous Colors of #9eb08b

#9eb08b #8cb08b #b0b08b

Monochromatic Colors of #9eb08b

#9eb08b

Complementary Color

#9eb08b #9d8bb0

#9eb08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb08b Color CSS Codes

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

#9eb08b Text Font Color

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

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


#9eb08b Background Color

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

This div background color is #9eb08b


#9eb08b Border Color

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

This div border color is #9eb08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb08b


Comments

No comments written yet.

Please login to write comment.