Color Hex Logo

#5dd080 Color Hex

#5DD080
(93,208,128)
0 Favorites   0 Comments

Color spaces of #5dd080

RGB 93208128
HSL0.380.550.59
HSV138°55°82°
CMYK 0.550.000.38   0.18
XYZ30.966448.997428.2474
Yxy48.99740.28620.4528
Hunter Lab69.9981-43.530325.0725
CIE-Lab75.4497-50.130430.1154

#5dd080 color RGB value is (93,208,128).

#5dd080 hex color red value is 93, green value is 208 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5dd080 hue: 0.38 , saturation: 0.55 and the lightness value of 5dd080 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010000 10000000
Octal 135 320 200
Decimal 93 208 128
Hex 5D D0 80

RGB Percentages of Color #5dd080

%21.68
%48.48
%29.84

CMYK Percentages of Color #5dd080

%55
%0
%38
%18

Triadic Colors of #5dd080

#5dd080 #805dd0 #d0805d

Analogous Colors of #5dd080

#5dd080 #5dd0ba #74d05d

Monochromatic Colors of #5dd080

#5dd080

Complementary Color

#5dd080 #d05dad

#5dd080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd080 Color CSS Codes

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

#5dd080 Text Font Color

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

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


#5dd080 Background Color

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

This div background color is #5dd080


#5dd080 Border Color

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

This div border color is #5dd080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd080


Comments

No comments written yet.

Please login to write comment.