Color Hex Logo

#5dd14e Color Hex

#5DD14E
(93,209,78)
0 Favorites   0 Comments

Color spaces of #5dd14e

RGB 9320978
HSL0.310.590.56
HSV113°63°82°
CMYK 0.560.000.63   0.18
XYZ28.689848.478115.0528
Yxy48.47810.31110.5257
Hunter Lab69.6262-48.294135.9202
CIE-Lab75.1255-57.379753.6982

#5dd14e color RGB value is (93,209,78).

#5dd14e hex color red value is 93, green value is 209 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5dd14e hue: 0.31 , saturation: 0.59 and the lightness value of 5dd14e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010001 01001110
Octal 135 321 116
Decimal 93 209 78
Hex 5D D1 4E

RGB Percentages of Color #5dd14e

%24.47
%55.00
%20.53

CMYK Percentages of Color #5dd14e

%56
%0
%63
%18

Triadic Colors of #5dd14e

#5dd14e #4e5dd1 #d14e5d

Analogous Colors of #5dd14e

#5dd14e #4ed181 #9fd14e

Monochromatic Colors of #5dd14e

#5dd14e

Complementary Color

#5dd14e #c24ed1

#5dd14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd14e Color CSS Codes

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

#5dd14e Text Font Color

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

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


#5dd14e Background Color

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

This div background color is #5dd14e


#5dd14e Border Color

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

This div border color is #5dd14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd14e


Comments

No comments written yet.

Please login to write comment.