Color Hex Logo

#5df809 Color Hex

#5DF809
(93,248,9)
0 Favorites   0 Comments

Color spaces of #5df809

RGB 932489
HSL0.270.940.50
HSV99°96°97°
CMYK 0.630.000.96   0.03
XYZ38.130969.481711.6600
Yxy69.48170.31970.5825
Hunter Lab83.3557-64.218050.0553
CIE-Lab86.7420-74.088782.1664

#5df809 color RGB value is (93,248,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111000 00001001
Octal 135 370 11
Decimal 93 248 9
Hex 5D F8 9

RGB Percentages of Color #5df809

%26.57
%70.86
%2.57

CMYK Percentages of Color #5df809

%63
%0
%96
%3

Triadic Colors of #5df809

#5df809 #095df8 #f8095d

Analogous Colors of #5df809

#5df809 #09f82d #d5f809

Monochromatic Colors of #5df809

#5df809

Complementary Color

#5df809 #a409f8

#5df809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df809 Color CSS Codes

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

#5df809 Text Font Color

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

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


#5df809 Background Color

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

This div background color is #5df809


#5df809 Border Color

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

This div border color is #5df809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df809

Related Colors


Comments

No comments written yet.

Please login to write comment.