Color Hex Logo

#5ed78d Color Hex

#5ED78D
(94,215,141)
0 Favorites   0 Comments

Color spaces of #5ed78d

RGB 94215141
HSL0.400.600.61
HSV143°56°84°
CMYK 0.560.000.34   0.16
XYZ33.724352.903633.6333
Yxy52.90360.28040.4399
Hunter Lab72.7349-44.522623.4981
CIE-Lab77.8180-50.414026.5584

#5ed78d color RGB value is (94,215,141).

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

The process color (four color CMYK) of #5ed78d color hex is 0.56, 0.00, 0.34, 0.16. Web safe color of #5ed78d is #66cc99. Color #5ed78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010111 10001101
Octal 136 327 215
Decimal 94 215 141
Hex 5E D7 8D

RGB Percentages of Color #5ed78d

%20.89
%47.78
%31.33

CMYK Percentages of Color #5ed78d

%56
%0
%34
%16

Triadic Colors of #5ed78d

#5ed78d #8d5ed7 #d78d5e

Analogous Colors of #5ed78d

#5ed78d #5ed7ca #6cd75e

Monochromatic Colors of #5ed78d

#5ed78d

Complementary Color

#5ed78d #d75ea8

#5ed78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed78d Color CSS Codes

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

#5ed78d Text Font Color

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

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


#5ed78d Background Color

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

This div background color is #5ed78d


#5ed78d Border Color

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

This div border color is #5ed78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed78d


Comments

No comments written yet.

Please login to write comment.