Color Hex Logo

#5df849 Color Hex

#5DF849
(93,248,73)
0 Favorites   0 Comments

Color spaces of #5df849

RGB 9324873
HSL0.310.930.63
HSV113°71°97°
CMYK 0.630.000.71   0.03
XYZ39.284269.943017.7332
Yxy69.94300.30940.5509
Hunter Lab83.6319-62.509645.9706
CIE-Lab86.9689-71.385668.3117

#5df849 color RGB value is (93,248,73).

#5df849 hex color red value is 93, green value is 248 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5df849 hue: 0.31 , saturation: 0.93 and the lightness value of 5df849 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111000 01001001
Octal 135 370 111
Decimal 93 248 73
Hex 5D F8 49

RGB Percentages of Color #5df849

%22.46
%59.90
%17.63

CMYK Percentages of Color #5df849

%63
%0
%71
%3

Triadic Colors of #5df849

#5df849 #495df8 #f8495d

Analogous Colors of #5df849

#5df849 #49f88d #b5f849

Monochromatic Colors of #5df849

#5df849

Complementary Color

#5df849 #e449f8

#5df849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df849 Color CSS Codes

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

#5df849 Text Font Color

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

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


#5df849 Background Color

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

This div background color is #5df849


#5df849 Border Color

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

This div border color is #5df849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df849


Comments

No comments written yet.

Please login to write comment.