Color Hex Logo

#5ed18d Color Hex

#5ED18D
(94,209,141)
0 Favorites   0 Comments

Color spaces of #5ed18d

RGB 94209141
HSL0.400.560.59
HSV145°55°82°
CMYK 0.550.000.33   0.18
XYZ32.224349.903733.1333
Yxy49.90370.27960.4330
Hunter Lab70.6426-42.199921.6411
CIE-Lab76.0101-47.949024.1146

#5ed18d color RGB value is (94,209,141).

#5ed18d hex color red value is 94, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5ed18d hue: 0.40 , saturation: 0.56 and the lightness value of 5ed18d is 0.59.

The process color (four color CMYK) of #5ed18d color hex is 0.55, 0.00, 0.33, 0.18. Web safe color of #5ed18d is #66cc99. Color #5ed18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010001 10001101
Octal 136 321 215
Decimal 94 209 141
Hex 5E D1 8D

RGB Percentages of Color #5ed18d

%21.17
%47.07
%31.76

CMYK Percentages of Color #5ed18d

%55
%0
%33
%18

Triadic Colors of #5ed18d

#5ed18d #8d5ed1 #d18d5e

Analogous Colors of #5ed18d

#5ed18d #5ed1c7 #69d15e

Monochromatic Colors of #5ed18d

#5ed18d

Complementary Color

#5ed18d #d15ea2

#5ed18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed18d Color CSS Codes

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

#5ed18d Text Font Color

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

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


#5ed18d Background Color

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

This div background color is #5ed18d


#5ed18d Border Color

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

This div border color is #5ed18d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,209,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ed18d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ed18d;
  -webkit-box-shadow: 1px 1px 3px 2px #5ed18d;
  box-shadow:         1px 1px 3px 2px #5ed18d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,209,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed18d


Comments

No comments written yet.

Please login to write comment.