Color Hex Logo

#9eab96 Color Hex

#9EAB96
(158,171,150)
0 Favorites   0 Comments

Color spaces of #9eab96

RGB 158171150
HSL0.270.110.63
HSV97°12°67°
CMYK 0.080.000.12   0.33
XYZ34.168538.596934.5032
Yxy38.59690.31850.3598
Hunter Lab62.1264-10.549110.5605
CIE-Lab68.4583-8.52289.2652

#9eab96 color RGB value is (158,171,150).

#9eab96 hex color red value is 158, green value is 171 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #9eab96 hue: 0.27 , saturation: 0.11 and the lightness value of 9eab96 is 0.63.

The process color (four color CMYK) of #9eab96 color hex is 0.08, 0.00, 0.12, 0.33. Web safe color of #9eab96 is #999999. Color #9eab96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 10010110
Octal 236 253 226
Decimal 158 171 150
Hex 9E AB 96

RGB Percentages of Color #9eab96

%32.99
%35.70
%31.32

CMYK Percentages of Color #9eab96

%8
%0
%12
%33

Triadic Colors of #9eab96

#9eab96 #969eab #ab969e

Analogous Colors of #9eab96

#9eab96 #96ab99 #a9ab96

Monochromatic Colors of #9eab96

#9eab96

Complementary Color

#9eab96 #a396ab

#9eab96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eab96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eab96 Color CSS Codes

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

#9eab96 Text Font Color

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

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


#9eab96 Background Color

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

This div background color is #9eab96


#9eab96 Border Color

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

This div border color is #9eab96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eab96


Comments

No comments written yet.

Please login to write comment.