Color Hex Logo

#5ed101 Color Hex

#5ED101
(94,209,1)
0 Favorites   0 Comments

Color spaces of #5ed101

RGB 942091
HSL0.260.990.41
HSV93°100°82°
CMYK 0.550.001.00   0.18
XYZ27.422047.98287.8450
Yxy47.98280.32940.5764
Hunter Lab69.2696-50.558441.7740
CIE-Lab74.8141-61.052573.3535

#5ed101 color RGB value is (94,209,1).

#5ed101 hex color red value is 94, green value is 209 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #5ed101 hue: 0.26 , saturation: 0.99 and the lightness value of 5ed101 is 0.41.

The process color (four color CMYK) of #5ed101 color hex is 0.55, 0.00, 1.00, 0.18. Web safe color of #5ed101 is #66cc00. Color #5ed101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010001 00000001
Octal 136 321 1
Decimal 94 209 1
Hex 5E D1 1

RGB Percentages of Color #5ed101

%30.92
%68.75
%0.33

CMYK Percentages of Color #5ed101

%55
%0
%100
%18

Triadic Colors of #5ed101

#5ed101 #015ed1 #d1015e

Analogous Colors of #5ed101

#5ed101 #01d10c #c6d101

Monochromatic Colors of #5ed101

#5ed101

Complementary Color

#5ed101 #7401d1

#5ed101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed101 Color CSS Codes

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

#5ed101 Text Font Color

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

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


#5ed101 Background Color

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

This div background color is #5ed101


#5ed101 Border Color

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

This div border color is #5ed101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed101


Comments

No comments written yet.

Please login to write comment.