Color Hex Logo

#5ed417 Color Hex

#5ED417
(94,212,23)
0 Favorites   0 Comments

Color spaces of #5ed417

RGB 9421223
HSL0.270.800.46
HSV97°89°83°
CMYK 0.560.000.89   0.17
XYZ28.314249.52858.8783
Yxy49.52850.32650.5711
Hunter Lab70.3765-51.343941.7838
CIE-Lab75.7789-61.666471.5128

#5ed417 color RGB value is (94,212,23).

#5ed417 hex color red value is 94, green value is 212 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #5ed417 hue: 0.27 , saturation: 0.80 and the lightness value of 5ed417 is 0.46.

The process color (four color CMYK) of #5ed417 color hex is 0.56, 0.00, 0.89, 0.17. Web safe color of #5ed417 is #66cc00. Color #5ed417 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010100 00010111
Octal 136 324 27
Decimal 94 212 23
Hex 5E D4 17

RGB Percentages of Color #5ed417

%28.57
%64.44
%6.99

CMYK Percentages of Color #5ed417

%56
%0
%89
%17

Triadic Colors of #5ed417

#5ed417 #175ed4 #d4175e

Analogous Colors of #5ed417

#5ed417 #17d42f #bdd417

Monochromatic Colors of #5ed417

#5ed417

Complementary Color

#5ed417 #8d17d4

#5ed417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed417 Color CSS Codes

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

#5ed417 Text Font Color

<p style="color:#5ed417">Text here</p>

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


#5ed417 Background Color

<div style="background-color:#5ed417">
Div content here</div>

This div background color is #5ed417


#5ed417 Border Color

<div style="border:3px solid #5ed417">
Div here</div>

This div border color is #5ed417


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,212,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ed417; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ed417;
  -webkit-box-shadow: 1px 1px 3px 2px #5ed417;
  box-shadow:         1px 1px 3px 2px #5ed417; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,212,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed417


Comments

No comments written yet.

Please login to write comment.