Color Hex Logo

#9ebf4f Color Hex

#9EBF4F
(158,191,79)
0 Favorites   0 Comments

Color spaces of #9ebf4f

RGB 15819179
HSL0.220.470.53
HSV78°59°75°
CMYK 0.170.000.59   0.25
XYZ34.142645.095214.3019
Yxy45.09520.36500.4821
Hunter Lab67.1530-26.762934.3798
CIE-Lab72.9545-27.993151.7042

#9ebf4f color RGB value is (158,191,79).

#9ebf4f hex color red value is 158, green value is 191 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9ebf4f hue: 0.22 , saturation: 0.47 and the lightness value of 9ebf4f is 0.53.

The process color (four color CMYK) of #9ebf4f color hex is 0.17, 0.00, 0.59, 0.25. Web safe color of #9ebf4f is #99cc66. Color #9ebf4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 01001111
Octal 236 277 117
Decimal 158 191 79
Hex 9E BF 4F

RGB Percentages of Color #9ebf4f

%36.92
%44.63
%18.46

CMYK Percentages of Color #9ebf4f

%17
%0
%59
%25

Triadic Colors of #9ebf4f

#9ebf4f #4f9ebf #bf4f9e

Analogous Colors of #9ebf4f

#9ebf4f #66bf4f #bfa84f

Monochromatic Colors of #9ebf4f

#9ebf4f

Complementary Color

#9ebf4f #704fbf

#9ebf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebf4f Color CSS Codes

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

#9ebf4f Text Font Color

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

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


#9ebf4f Background Color

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

This div background color is #9ebf4f


#9ebf4f Border Color

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

This div border color is #9ebf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebf4f


Comments

No comments written yet.

Please login to write comment.