Color Hex Logo

#5df801 Color Hex

#5DF801
(93,248,1)
0 Favorites   0 Comments

Color spaces of #5df801

RGB 932481
HSL0.270.990.49
HSV98°100°97°
CMYK 0.630.001.00   0.03
XYZ38.087169.464211.4292
Yxy69.46420.32010.5838
Hunter Lab83.3452-64.283150.2111
CIE-Lab86.7334-74.192882.7823

#5df801 color RGB value is (93,248,1).

#5df801 hex color red value is 93, green value is 248 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #5df801 hue: 0.27 , saturation: 0.99 and the lightness value of 5df801 is 0.49.

The process color (four color CMYK) of #5df801 color hex is 0.63, 0.00, 1.00, 0.03. Web safe color of #5df801 is #66ff00. Color #5df801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111000 00000001
Octal 135 370 1
Decimal 93 248 1
Hex 5D F8 1

RGB Percentages of Color #5df801

%27.19
%72.51
%0.29

CMYK Percentages of Color #5df801

%63
%0
%100
%3

Triadic Colors of #5df801

#5df801 #015df8 #f8015d

Analogous Colors of #5df801

#5df801 #01f821 #d9f801

Monochromatic Colors of #5df801

#5df801

Complementary Color

#5df801 #9c01f8

#5df801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df801 Color CSS Codes

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

#5df801 Text Font Color

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

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


#5df801 Background Color

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

This div background color is #5df801


#5df801 Border Color

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

This div border color is #5df801


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,248,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 #5df801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df801


Comments

No comments written yet.

Please login to write comment.