Color Hex Logo

#9dff0f Color Hex

#9DFF0F
(157,255,15)
0 Favorites   0 Comments

Color spaces of #9dff0f

RGB 15725515
HSL0.231.000.53
HSV85°94°100°
CMYK 0.380.000.94   0.00
XYZ49.750978.722613.0248
Yxy78.72260.35160.5564
Hunter Lab88.7258-55.180453.4044
CIE-Lab91.1086-58.719286.1253

#9dff0f color RGB value is (157,255,15).

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

The process color (four color CMYK) of #9dff0f color hex is 0.38, 0.00, 0.94, 0.00. Web safe color of #9dff0f is #99ff00. Color #9dff0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111111 00001111
Octal 235 377 17
Decimal 157 255 15
Hex 9D FF F

RGB Percentages of Color #9dff0f

%36.77
%59.72
%3.51

CMYK Percentages of Color #9dff0f

%38
%0
%94
%0

Triadic Colors of #9dff0f

#9dff0f #0f9dff #ff0f9d

Analogous Colors of #9dff0f

#9dff0f #25ff0f #ffe90f

Monochromatic Colors of #9dff0f

#9dff0f

Complementary Color

#9dff0f #710fff

#9dff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dff0f Color CSS Codes

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

#9dff0f Text Font Color

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

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


#9dff0f Background Color

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

This div background color is #9dff0f


#9dff0f Border Color

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

This div border color is #9dff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dff0f


Comments

No comments written yet.

Please login to write comment.