Color Hex Logo

#9ef500 Color Hex

#9EF500
(158,245,0)
0 Favorites   0 Comments

Color spaces of #9ef500

RGB 1582450
HSL0.231.000.48
HSV81°100°96°
CMYK 0.360.001.00   0.04
XYZ46.753072.573911.5440
Yxy72.57390.35720.5545
Hunter Lab85.1903-51.121151.5989
CIE-Lab88.2441-54.634285.0722

#9ef500 color RGB value is (158,245,0).

#9ef500 hex color red value is 158, green value is 245 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #9ef500 hue: 0.23 , saturation: 1.00 and the lightness value of 9ef500 is 0.48.

The process color (four color CMYK) of #9ef500 color hex is 0.36, 0.00, 1.00, 0.04. Web safe color of #9ef500 is #99ff00. Color #9ef500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110101 00000000
Octal 236 365 0
Decimal 158 245 0
Hex 9E F5 0

RGB Percentages of Color #9ef500

%39.21
%60.79
%0.00

CMYK Percentages of Color #9ef500

%36
%0
%100
%4

Triadic Colors of #9ef500

#9ef500 #009ef5 #f5009e

Analogous Colors of #9ef500

#9ef500 #24f500 #f5d200

Monochromatic Colors of #9ef500

#9ef500

Complementary Color

#9ef500 #5700f5

#9ef500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef500 Color CSS Codes

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

#9ef500 Text Font Color

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

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


#9ef500 Background Color

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

This div background color is #9ef500


#9ef500 Border Color

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

This div border color is #9ef500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef500


Comments

No comments written yet.

Please login to write comment.