Color Hex Logo

#5dd85e Color Hex

#5DD85E
(93,216,94)
0 Favorites   0 Comments

Color spaces of #5dd85e

RGB 9321694
HSL0.330.610.61
HSV120°57°85°
CMYK 0.570.000.56   0.15
XYZ31.090452.247019.0357
Yxy52.24700.30370.5104
Hunter Lab72.2821-49.716234.9833
CIE-Lab77.4283-58.200249.2512

#5dd85e color RGB value is (93,216,94).

#5dd85e hex color red value is 93, green value is 216 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5dd85e hue: 0.33 , saturation: 0.61 and the lightness value of 5dd85e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011000 01011110
Octal 135 330 136
Decimal 93 216 94
Hex 5D D8 5E

RGB Percentages of Color #5dd85e

%23.08
%53.60
%23.33

CMYK Percentages of Color #5dd85e

%57
%0
%56
%15

Triadic Colors of #5dd85e

#5dd85e #5e5dd8 #d85e5d

Analogous Colors of #5dd85e

#5dd85e #5dd89c #9ad85d

Monochromatic Colors of #5dd85e

#5dd85e

Complementary Color

#5dd85e #d85dd7

#5dd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd85e Color CSS Codes

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

#5dd85e Text Font Color

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

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


#5dd85e Background Color

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

This div background color is #5dd85e


#5dd85e Border Color

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

This div border color is #5dd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd85e


Comments

No comments written yet.

Please login to write comment.