Color Hex Logo

#9ef405 Color Hex

#9EF405
(158,244,5)
0 Favorites   0 Comments

Color spaces of #9ef405

RGB 1582445
HSL0.230.960.49
HSV82°98°96°
CMYK 0.350.000.98   0.04
XYZ46.478671.981411.5877
Yxy71.98140.35740.5535
Hunter Lab84.8419-50.686251.2915
CIE-Lab87.9596-54.181784.4624

#9ef405 color RGB value is (158,244,5).

#9ef405 hex color red value is 158, green value is 244 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #9ef405 hue: 0.23 , saturation: 0.96 and the lightness value of 9ef405 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110100 00000101
Octal 236 364 5
Decimal 158 244 5
Hex 9E F4 5

RGB Percentages of Color #9ef405

%38.82
%59.95
%1.23

CMYK Percentages of Color #9ef405

%35
%0
%98
%4

Triadic Colors of #9ef405

#9ef405 #059ef4 #f4059e

Analogous Colors of #9ef405

#9ef405 #26f405 #f4d305

Monochromatic Colors of #9ef405

#9ef405

Complementary Color

#9ef405 #5b05f4

#9ef405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef405 Color CSS Codes

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

#9ef405 Text Font Color

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

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


#9ef405 Background Color

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

This div background color is #9ef405


#9ef405 Border Color

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

This div border color is #9ef405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef405


Comments

No comments written yet.

Please login to write comment.