Color Hex Logo

#9df01f Color Hex

#9DF01F
(157,240,31)
0 Favorites   0 Comments

Color spaces of #9df01f

RGB 15724031
HSL0.230.870.53
HSV84°87°94°
CMYK 0.350.000.87   0.06
XYZ45.312069.587212.3398
Yxy69.58720.35610.5469
Hunter Lab83.4189-49.024549.6227
CIE-Lab86.7940-52.481280.4450

#9df01f color RGB value is (157,240,31).

#9df01f hex color red value is 157, green value is 240 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #9df01f hue: 0.23 , saturation: 0.87 and the lightness value of 9df01f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11110000 00011111
Octal 235 360 37
Decimal 157 240 31
Hex 9D F0 1F

RGB Percentages of Color #9df01f

%36.68
%56.07
%7.24

CMYK Percentages of Color #9df01f

%35
%0
%87
%6

Triadic Colors of #9df01f

#9df01f #1f9df0 #f01f9d

Analogous Colors of #9df01f

#9df01f #34f01f #f0db1f

Monochromatic Colors of #9df01f

#9df01f

Complementary Color

#9df01f #721ff0

#9df01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9df01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9df01f Color CSS Codes

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

#9df01f Text Font Color

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

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


#9df01f Background Color

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

This div background color is #9df01f


#9df01f Border Color

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

This div border color is #9df01f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,240,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9df01f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9df01f;
  -webkit-box-shadow: 1px 1px 3px 2px #9df01f;
  box-shadow:         1px 1px 3px 2px #9df01f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,240,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9df01f


Comments

No comments written yet.

Please login to write comment.