Color Hex Logo

#5de01a Color Hex

#5DE01A
(93,224,26)
0 Favorites   0 Comments

Color spaces of #5de01a

RGB 9322426
HSL0.280.790.49
HSV100°88°88°
CMYK 0.580.000.88   0.12
XYZ31.356355.713010.0783
Yxy55.71300.32280.5735
Hunter Lab74.6411-55.635244.2433
CIE-Lab79.4502-65.935974.0991

#5de01a color RGB value is (93,224,26).

#5de01a hex color red value is 93, green value is 224 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #5de01a hue: 0.28 , saturation: 0.79 and the lightness value of 5de01a is 0.49.

The process color (four color CMYK) of #5de01a color hex is 0.58, 0.00, 0.88, 0.12. Web safe color of #5de01a is #66cc33. Color #5de01a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100000 00011010
Octal 135 340 32
Decimal 93 224 26
Hex 5D E0 1A

RGB Percentages of Color #5de01a

%27.11
%65.31
%7.58

CMYK Percentages of Color #5de01a

%58
%0
%88
%12

Triadic Colors of #5de01a

#5de01a #1a5de0 #e01a5d

Analogous Colors of #5de01a

#5de01a #1ae03a #c0e01a

Monochromatic Colors of #5de01a

#5de01a

Complementary Color

#5de01a #9d1ae0

#5de01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de01a Color CSS Codes

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

#5de01a Text Font Color

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

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


#5de01a Background Color

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

This div background color is #5de01a


#5de01a Border Color

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

This div border color is #5de01a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,224,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5de01a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5de01a;
  -webkit-box-shadow: 1px 1px 3px 2px #5de01a;
  box-shadow:         1px 1px 3px 2px #5de01a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,224,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de01a


Comments

No comments written yet.

Please login to write comment.