Color Hex Logo

#5dc88e Color Hex

#5DC88E
(93,200,142)
0 Favorites   0 Comments

Color spaces of #5dc88e

RGB 93200142
HSL0.410.490.57
HSV147°54°78°
CMYK 0.540.000.29   0.22
XYZ30.051045.588732.8068
Yxy45.58870.27710.4204
Hunter Lab67.5194-38.713618.4553
CIE-Lab73.2779-44.193119.8471

#5dc88e color RGB value is (93,200,142).

#5dc88e hex color red value is 93, green value is 200 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5dc88e hue: 0.41 , saturation: 0.49 and the lightness value of 5dc88e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001000 10001110
Octal 135 310 216
Decimal 93 200 142
Hex 5D C8 8E

RGB Percentages of Color #5dc88e

%21.38
%45.98
%32.64

CMYK Percentages of Color #5dc88e

%54
%0
%29
%22

Triadic Colors of #5dc88e

#5dc88e #8e5dc8 #c88e5d

Analogous Colors of #5dc88e

#5dc88e #5dc8c4 #62c85d

Monochromatic Colors of #5dc88e

#5dc88e

Complementary Color

#5dc88e #c85d97

#5dc88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc88e Color CSS Codes

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

#5dc88e Text Font Color

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

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


#5dc88e Background Color

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

This div background color is #5dc88e


#5dc88e Border Color

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

This div border color is #5dc88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc88e


Comments

No comments written yet.

Please login to write comment.