Color Hex Logo

#9fef2f Color Hex

#9FEF2F
(159,239,47)
0 Favorites   0 Comments

Color spaces of #9fef2f

RGB 15923947
HSL0.240.860.56
HSV85°80°94°
CMYK 0.330.000.80   0.06
XYZ45.677769.309213.6599
Yxy69.30920.35510.5388
Hunter Lab83.2521-47.754248.5483
CIE-Lab86.6569-50.842476.8736

#9fef2f color RGB value is (159,239,47).

#9fef2f hex color red value is 159, green value is 239 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9fef2f hue: 0.24 , saturation: 0.86 and the lightness value of 9fef2f is 0.56.

The process color (four color CMYK) of #9fef2f color hex is 0.33, 0.00, 0.80, 0.06. Web safe color of #9fef2f is #99ff33. Color #9fef2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 00101111
Octal 237 357 57
Decimal 159 239 47
Hex 9F EF 2F

RGB Percentages of Color #9fef2f

%35.73
%53.71
%10.56

CMYK Percentages of Color #9fef2f

%33
%0
%80
%6

Triadic Colors of #9fef2f

#9fef2f #2f9fef #ef2f9f

Analogous Colors of #9fef2f

#9fef2f #3fef2f #efdf2f

Monochromatic Colors of #9fef2f

#9fef2f

Complementary Color

#9fef2f #7f2fef

#9fef2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fef2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fef2f Color CSS Codes

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

#9fef2f Text Font Color

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

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


#9fef2f Background Color

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

This div background color is #9fef2f


#9fef2f Border Color

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

This div border color is #9fef2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fef2f


Comments

No comments written yet.

Please login to write comment.