Color Hex Logo

#5dd07c Color Hex

#5DD07C
(93,208,124)
0 Favorites   0 Comments

Color spaces of #5dd07c

RGB 93208124
HSL0.380.550.59
HSV136°55°82°
CMYK 0.550.000.40   0.18
XYZ30.708248.894126.8878
Yxy48.89410.28840.4591
Hunter Lab69.9243-43.976926.1484
CIE-Lab75.3854-50.812132.0847

#5dd07c color RGB value is (93,208,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010000 01111100
Octal 135 320 174
Decimal 93 208 124
Hex 5D D0 7C

RGB Percentages of Color #5dd07c

%21.88
%48.94
%29.18

CMYK Percentages of Color #5dd07c

%55
%0
%40
%18

Triadic Colors of #5dd07c

#5dd07c #7c5dd0 #d07c5d

Analogous Colors of #5dd07c

#5dd07c #5dd0b6 #78d05d

Monochromatic Colors of #5dd07c

#5dd07c

Complementary Color

#5dd07c #d05db1

#5dd07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd07c Color CSS Codes

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

#5dd07c Text Font Color

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

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


#5dd07c Background Color

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

This div background color is #5dd07c


#5dd07c Border Color

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

This div border color is #5dd07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd07c

#5dd07c Color Palettes


Comments

No comments written yet.

Please login to write comment.