Color Hex Logo

#5ed986 Color Hex

#5ED986
(94,217,134)
0 Favorites   0 Comments

Color spaces of #5ed986

RGB 94217134
HSL0.390.620.61
HSV140°57°85°
CMYK 0.570.000.38   0.15
XYZ33.732053.726631.1467
Yxy53.72660.28440.4530
Hunter Lab73.2984-46.126426.1148
CIE-Lab78.3020-52.473330.8104

#5ed986 color RGB value is (94,217,134).

#5ed986 hex color red value is 94, green value is 217 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5ed986 hue: 0.39 , saturation: 0.62 and the lightness value of 5ed986 is 0.61.

The process color (four color CMYK) of #5ed986 color hex is 0.57, 0.00, 0.38, 0.15. Web safe color of #5ed986 is #66cc99. Color #5ed986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011001 10000110
Octal 136 331 206
Decimal 94 217 134
Hex 5E D9 86

RGB Percentages of Color #5ed986

%21.12
%48.76
%30.11

CMYK Percentages of Color #5ed986

%57
%0
%38
%15

Triadic Colors of #5ed986

#5ed986 #865ed9 #d9865e

Analogous Colors of #5ed986

#5ed986 #5ed9c4 #74d95e

Monochromatic Colors of #5ed986

#5ed986

Complementary Color

#5ed986 #d95eb1

#5ed986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed986 Color CSS Codes

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

#5ed986 Text Font Color

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

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


#5ed986 Background Color

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

This div background color is #5ed986


#5ed986 Border Color

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

This div border color is #5ed986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed986


Comments

No comments written yet.

Please login to write comment.