Color Hex Logo

#5ddc8e Color Hex

#5DDC8E
(93,220,142)
0 Favorites   0 Comments

Color spaces of #5ddc8e

RGB 93220142
HSL0.400.640.61
HSV143°58°86°
CMYK 0.580.000.35   0.14
XYZ34.989955.466534.4531
Yxy55.46650.28010.4441
Hunter Lab74.4758-46.470624.7051
CIE-Lab79.3092-52.467828.0398

#5ddc8e color RGB value is (93,220,142).

#5ddc8e hex color red value is 93, green value is 220 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5ddc8e hue: 0.40 , saturation: 0.64 and the lightness value of 5ddc8e is 0.61.

The process color (four color CMYK) of #5ddc8e color hex is 0.58, 0.00, 0.35, 0.14. Web safe color of #5ddc8e is #66cc99. Color #5ddc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 10001110
Octal 135 334 216
Decimal 93 220 142
Hex 5D DC 8E

RGB Percentages of Color #5ddc8e

%20.44
%48.35
%31.21

CMYK Percentages of Color #5ddc8e

%58
%0
%35
%14

Triadic Colors of #5ddc8e

#5ddc8e #8e5ddc #dc8e5d

Analogous Colors of #5ddc8e

#5ddc8e #5ddcce #6cdc5d

Monochromatic Colors of #5ddc8e

#5ddc8e

Complementary Color

#5ddc8e #dc5dab

#5ddc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddc8e Color CSS Codes

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

#5ddc8e Text Font Color

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

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


#5ddc8e Background Color

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

This div background color is #5ddc8e


#5ddc8e Border Color

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

This div border color is #5ddc8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,220,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 #5ddc8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddc8e


Comments

No comments written yet.

Please login to write comment.