Color Hex Logo

#9eb89b Color Hex

#9EB89B
(158,184,155)
0 Favorites   0 Comments

Color spaces of #9eb89b

RGB 158184155
HSL0.320.170.66
HSV114°16°72°
CMYK 0.140.000.16   0.28
XYZ37.157443.916637.5287
Yxy43.91660.31330.3703
Hunter Lab66.2696-15.886812.8126
CIE-Lab72.1727-14.455311.7951

#9eb89b color RGB value is (158,184,155).

#9eb89b hex color red value is 158, green value is 184 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9eb89b hue: 0.32 , saturation: 0.17 and the lightness value of 9eb89b is 0.66.

The process color (four color CMYK) of #9eb89b color hex is 0.14, 0.00, 0.16, 0.28. Web safe color of #9eb89b is #99cc99. Color #9eb89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111000 10011011
Octal 236 270 233
Decimal 158 184 155
Hex 9E B8 9B

RGB Percentages of Color #9eb89b

%31.79
%37.02
%31.19

CMYK Percentages of Color #9eb89b

%14
%0
%16
%28

Triadic Colors of #9eb89b

#9eb89b #9b9eb8 #b89b9e

Analogous Colors of #9eb89b

#9eb89b #9bb8a7 #adb89b

Monochromatic Colors of #9eb89b

#9eb89b

Complementary Color

#9eb89b #b59bb8

#9eb89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb89b Color CSS Codes

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

#9eb89b Text Font Color

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

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


#9eb89b Background Color

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

This div background color is #9eb89b


#9eb89b Border Color

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

This div border color is #9eb89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb89b

#9eb89b Color Palettes


Comments

No comments written yet.

Please login to write comment.