Color Hex Logo

#5dd88d Color Hex

#5DD88D
(93,216,141)
0 Favorites   0 Comments

Color spaces of #5dd88d

RGB 93216141
HSL0.400.610.61
HSV143°57°85°
CMYK 0.570.000.35   0.15
XYZ33.877853.362033.7137
Yxy53.36200.28010.4412
Hunter Lab73.0493-45.054023.7710
CIE-Lab78.0882-51.042426.9166

#5dd88d color RGB value is (93,216,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011000 10001101
Octal 135 330 215
Decimal 93 216 141
Hex 5D D8 8D

RGB Percentages of Color #5dd88d

%20.67
%48.00
%31.33

CMYK Percentages of Color #5dd88d

%57
%0
%35
%15

Triadic Colors of #5dd88d

#5dd88d #8d5dd8 #d88d5d

Analogous Colors of #5dd88d

#5dd88d #5dd8cb #6bd85d

Monochromatic Colors of #5dd88d

#5dd88d

Complementary Color

#5dd88d #d85da8

#5dd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd88d Color CSS Codes

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

#5dd88d Text Font Color

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

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


#5dd88d Background Color

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

This div background color is #5dd88d


#5dd88d Border Color

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

This div border color is #5dd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd88d


Comments

No comments written yet.

Please login to write comment.