Color Hex Logo

#5dd48e Color Hex

#5DD48E
(93,212,142)
0 Favorites   0 Comments

Color spaces of #5dd48e

RGB 93212142
HSL0.400.580.60
HSV145°56°83°
CMYK 0.560.000.33   0.17
XYZ32.940251.367133.7699
Yxy51.36710.27900.4350
Hunter Lab71.6708-43.384722.2333
CIE-Lab76.9008-49.225424.7943

#5dd48e color RGB value is (93,212,142).

#5dd48e hex color red value is 93, green value is 212 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5dd48e hue: 0.40 , saturation: 0.58 and the lightness value of 5dd48e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010100 10001110
Octal 135 324 216
Decimal 93 212 142
Hex 5D D4 8E

RGB Percentages of Color #5dd48e

%20.81
%47.43
%31.77

CMYK Percentages of Color #5dd48e

%56
%0
%33
%17

Triadic Colors of #5dd48e

#5dd48e #8e5dd4 #d48e5d

Analogous Colors of #5dd48e

#5dd48e #5dd4ca #68d45d

Monochromatic Colors of #5dd48e

#5dd48e

Complementary Color

#5dd48e #d45da3

#5dd48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd48e Color CSS Codes

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

#5dd48e Text Font Color

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

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


#5dd48e Background Color

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

This div background color is #5dd48e


#5dd48e Border Color

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

This div border color is #5dd48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd48e


Comments

No comments written yet.

Please login to write comment.