Color Hex Logo

#9eb158 Color Hex

#9EB158
(158,177,88)
0 Favorites   0 Comments

Color spaces of #9eb158

RGB 15817788
HSL0.200.360.52
HSV73°50°69°
CMYK 0.110.000.50   0.31
XYZ31.584139.418015.1763
Yxy39.41800.36650.4574
Hunter Lab62.7838-20.075129.6169
CIE-Lab69.0530-20.285742.9463

#9eb158 color RGB value is (158,177,88).

#9eb158 hex color red value is 158, green value is 177 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #9eb158 hue: 0.20 , saturation: 0.36 and the lightness value of 9eb158 is 0.52.

The process color (four color CMYK) of #9eb158 color hex is 0.11, 0.00, 0.50, 0.31. Web safe color of #9eb158 is #999966. Color #9eb158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110001 01011000
Octal 236 261 130
Decimal 158 177 88
Hex 9E B1 58

RGB Percentages of Color #9eb158

%37.35
%41.84
%20.80

CMYK Percentages of Color #9eb158

%11
%0
%50
%31

Triadic Colors of #9eb158

#9eb158 #589eb1 #b1589e

Analogous Colors of #9eb158

#9eb158 #72b158 #b19858

Monochromatic Colors of #9eb158

#9eb158

Complementary Color

#9eb158 #6b58b1

#9eb158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb158 Color CSS Codes

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

#9eb158 Text Font Color

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

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


#9eb158 Background Color

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

This div background color is #9eb158


#9eb158 Border Color

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

This div border color is #9eb158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb158


Comments

No comments written yet.

Please login to write comment.