Color Hex Logo

#5df19a Color Hex

#5DF19A
(93,241,154)
0 Favorites   0 Comments

Color spaces of #5df19a

RGB 93241154
HSL0.400.840.65
HSV145°61°95°
CMYK 0.610.000.36   0.05
XYZ41.802267.570841.4111
Yxy67.57080.27720.4481
Hunter Lab82.2015-53.079327.6722
CIE-Lab85.7914-58.516730.5978

#5df19a color RGB value is (93,241,154).

#5df19a hex color red value is 93, green value is 241 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5df19a hue: 0.40 , saturation: 0.84 and the lightness value of 5df19a is 0.65.

The process color (four color CMYK) of #5df19a color hex is 0.61, 0.00, 0.36, 0.05. Web safe color of #5df19a is #66ff99. Color #5df19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110001 10011010
Octal 135 361 232
Decimal 93 241 154
Hex 5D F1 9A

RGB Percentages of Color #5df19a

%19.06
%49.39
%31.56

CMYK Percentages of Color #5df19a

%61
%0
%36
%5

Triadic Colors of #5df19a

#5df19a #9a5df1 #f19a5d

Analogous Colors of #5df19a

#5df19a #5df1e4 #6af15d

Monochromatic Colors of #5df19a

#5df19a

Complementary Color

#5df19a #f15db4

#5df19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df19a Color CSS Codes

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

#5df19a Text Font Color

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

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


#5df19a Background Color

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

This div background color is #5df19a


#5df19a Border Color

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

This div border color is #5df19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df19a


Comments

No comments written yet.

Please login to write comment.