Color Hex Logo

#9eba4f Color Hex

#9EBA4F
(158,186,79)
0 Favorites   0 Comments

Color spaces of #9eba4f

RGB 15818679
HSL0.210.440.52
HSV76°58°73°
CMYK 0.150.000.58   0.27
XYZ33.070742.951413.9446
Yxy42.95140.36760.4774
Hunter Lab65.5373-24.617733.2608
CIE-Lab71.5220-25.577450.0880

#9eba4f color RGB value is (158,186,79).

#9eba4f hex color red value is 158, green value is 186 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9eba4f hue: 0.21 , saturation: 0.44 and the lightness value of 9eba4f is 0.52.

The process color (four color CMYK) of #9eba4f color hex is 0.15, 0.00, 0.58, 0.27. Web safe color of #9eba4f is #99cc66. Color #9eba4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 01001111
Octal 236 272 117
Decimal 158 186 79
Hex 9E BA 4F

RGB Percentages of Color #9eba4f

%37.35
%43.97
%18.68

CMYK Percentages of Color #9eba4f

%15
%0
%58
%27

Triadic Colors of #9eba4f

#9eba4f #4f9eba #ba4f9e

Analogous Colors of #9eba4f

#9eba4f #69ba4f #baa14f

Monochromatic Colors of #9eba4f

#9eba4f

Complementary Color

#9eba4f #6b4fba

#9eba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eba4f Color CSS Codes

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

#9eba4f Text Font Color

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

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


#9eba4f Background Color

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

This div background color is #9eba4f


#9eba4f Border Color

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

This div border color is #9eba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eba4f


Comments

No comments written yet.

Please login to write comment.