Color Hex Logo

#9eab4d Color Hex

#9EAB4D
(158,171,77)
0 Favorites   0 Comments

Color spaces of #9eab4d

RGB 15817177
HSL0.190.380.49
HSV68°55°67°
CMYK 0.080.000.55   0.33
XYZ30.003036.930712.5682
Yxy36.93070.37740.4645
Hunter Lab60.7706-18.221630.2775
CIE-Lab67.2250-18.284746.1119

#9eab4d color RGB value is (158,171,77).

#9eab4d hex color red value is 158, green value is 171 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9eab4d hue: 0.19 , saturation: 0.38 and the lightness value of 9eab4d is 0.49.

The process color (four color CMYK) of #9eab4d color hex is 0.08, 0.00, 0.55, 0.33. Web safe color of #9eab4d is #999966. Color #9eab4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 01001101
Octal 236 253 115
Decimal 158 171 77
Hex 9E AB 4D

RGB Percentages of Color #9eab4d

%38.92
%42.12
%18.97

CMYK Percentages of Color #9eab4d

%8
%0
%55
%33

Triadic Colors of #9eab4d

#9eab4d #4d9eab #ab4d9e

Analogous Colors of #9eab4d

#9eab4d #6fab4d #ab894d

Monochromatic Colors of #9eab4d

#9eab4d

Complementary Color

#9eab4d #5a4dab

#9eab4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eab4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eab4d Color CSS Codes

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

#9eab4d Text Font Color

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

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


#9eab4d Background Color

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

This div background color is #9eab4d


#9eab4d Border Color

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

This div border color is #9eab4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eab4d


Comments

No comments written yet.

Please login to write comment.