Color Hex Logo

#5dc99e Color Hex

#5DC99E
(93,201,158)
0 Favorites   0 Comments

Color spaces of #5dc99e

RGB 93201158
HSL0.430.500.58
HSV156°54°79°
CMYK 0.540.000.21   0.21
XYZ31.572446.569139.6724
Yxy46.56910.26800.3953
Hunter Lab68.2416-36.838513.3007
CIE-Lab73.9133-41.278112.1754

#5dc99e color RGB value is (93,201,158).

#5dc99e hex color red value is 93, green value is 201 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5dc99e hue: 0.43 , saturation: 0.50 and the lightness value of 5dc99e is 0.58.

The process color (four color CMYK) of #5dc99e color hex is 0.54, 0.00, 0.21, 0.21. Web safe color of #5dc99e is #66cc99. Color #5dc99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001001 10011110
Octal 135 311 236
Decimal 93 201 158
Hex 5D C9 9E

RGB Percentages of Color #5dc99e

%20.58
%44.47
%34.96

CMYK Percentages of Color #5dc99e

%54
%0
%21
%21

Triadic Colors of #5dc99e

#5dc99e #9e5dc9 #c99e5d

Analogous Colors of #5dc99e

#5dc99e #5dbec9 #5dc968

Monochromatic Colors of #5dc99e

#5dc99e

Complementary Color

#5dc99e #c95d88

#5dc99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc99e Color CSS Codes

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

#5dc99e Text Font Color

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

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


#5dc99e Background Color

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

This div background color is #5dc99e


#5dc99e Border Color

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

This div border color is #5dc99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc99e


Comments

No comments written yet.

Please login to write comment.