Color Hex Logo

#9eaf2f Color Hex

#9EAF2F
(158,175,47)
0 Favorites   0 Comments

Color spaces of #9eaf2f

RGB 15817547
HSL0.190.580.44
HSV68°73°69°
CMYK 0.100.000.73   0.31
XYZ29.943638.13438.4718
Yxy38.13430.39120.4982
Hunter Lab61.7530-21.514335.0932
CIE-Lab68.1195-22.365059.6512

#9eaf2f color RGB value is (158,175,47).

#9eaf2f hex color red value is 158, green value is 175 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9eaf2f hue: 0.19 , saturation: 0.58 and the lightness value of 9eaf2f is 0.44.

The process color (four color CMYK) of #9eaf2f color hex is 0.10, 0.00, 0.73, 0.31. Web safe color of #9eaf2f is #999933. Color #9eaf2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 00101111
Octal 236 257 57
Decimal 158 175 47
Hex 9E AF 2F

RGB Percentages of Color #9eaf2f

%41.58
%46.05
%12.37

CMYK Percentages of Color #9eaf2f

%10
%0
%73
%31

Triadic Colors of #9eaf2f

#9eaf2f #2f9eaf #af2f9e

Analogous Colors of #9eaf2f

#9eaf2f #5eaf2f #af802f

Monochromatic Colors of #9eaf2f

#9eaf2f

Complementary Color

#9eaf2f #402faf

#9eaf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaf2f Color CSS Codes

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

#9eaf2f Text Font Color

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

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


#9eaf2f Background Color

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

This div background color is #9eaf2f


#9eaf2f Border Color

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

This div border color is #9eaf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaf2f


Comments

No comments written yet.

Please login to write comment.