Color Hex Logo

#9eb69b Color Hex

#9EB69B
(158,182,155)
0 Favorites   0 Comments

Color spaces of #9eb69b

RGB 158182155
HSL0.310.160.66
HSV113°15°71°
CMYK 0.130.000.15   0.29
XYZ36.744943.091637.3912
Yxy43.09160.31340.3676
Hunter Lab65.6442-14.960412.1791
CIE-Lab71.6171-13.418311.0086

#9eb69b color RGB value is (158,182,155).

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

The process color (four color CMYK) of #9eb69b color hex is 0.13, 0.00, 0.15, 0.29. Web safe color of #9eb69b is #99cc99. Color #9eb69b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110110 10011011
Octal 236 266 233
Decimal 158 182 155
Hex 9E B6 9B

RGB Percentages of Color #9eb69b

%31.92
%36.77
%31.31

CMYK Percentages of Color #9eb69b

%13
%0
%15
%29

Triadic Colors of #9eb69b

#9eb69b #9b9eb6 #b69b9e

Analogous Colors of #9eb69b

#9eb69b #9bb6a6 #acb69b

Monochromatic Colors of #9eb69b

#9eb69b

Complementary Color

#9eb69b #b39bb6

#9eb69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb69b Color CSS Codes

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

#9eb69b Text Font Color

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

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


#9eb69b Background Color

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

This div background color is #9eb69b


#9eb69b Border Color

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

This div border color is #9eb69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb69b


Comments

No comments written yet.

Please login to write comment.