Color Hex Logo

#5dd37d Color Hex

#5DD37D
(93,211,125)
0 Favorites   0 Comments

Color spaces of #5dd37d

RGB 93211125
HSL0.380.570.60
HSV136°56°83°
CMYK 0.560.000.41   0.17
XYZ31.510150.396427.4688
Yxy50.39640.28810.4608
Hunter Lab70.9904-45.003526.7518
CIE-Lab76.3119-51.845032.7848

#5dd37d color RGB value is (93,211,125).

#5dd37d hex color red value is 93, green value is 211 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5dd37d hue: 0.38 , saturation: 0.57 and the lightness value of 5dd37d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010011 01111101
Octal 135 323 175
Decimal 93 211 125
Hex 5D D3 7D

RGB Percentages of Color #5dd37d

%21.68
%49.18
%29.14

CMYK Percentages of Color #5dd37d

%56
%0
%41
%17

Triadic Colors of #5dd37d

#5dd37d #7d5dd3 #d37d5d

Analogous Colors of #5dd37d

#5dd37d #5dd3b8 #78d35d

Monochromatic Colors of #5dd37d

#5dd37d

Complementary Color

#5dd37d #d35db3

#5dd37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd37d Color CSS Codes

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

#5dd37d Text Font Color

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

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


#5dd37d Background Color

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

This div background color is #5dd37d


#5dd37d Border Color

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

This div border color is #5dd37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd37d


Comments

No comments written yet.

Please login to write comment.