Color Hex Logo

#5ddc85 Color Hex

#5DDC85
(93,220,133)
1 Favorites   0 Comments

Color spaces of #5ddc85

RGB 93220133
HSL0.390.640.61
HSV139°58°86°
CMYK 0.580.000.40   0.14
XYZ34.341055.207031.0364
Yxy55.20700.28480.4578
Hunter Lab74.3014-47.527427.2450
CIE-Lab79.1604-54.055232.4460

#5ddc85 color RGB value is (93,220,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 10000101
Octal 135 334 205
Decimal 93 220 133
Hex 5D DC 85

RGB Percentages of Color #5ddc85

%20.85
%49.33
%29.82

CMYK Percentages of Color #5ddc85

%58
%0
%40
%14

Triadic Colors of #5ddc85

#5ddc85 #855ddc #dc855d

Analogous Colors of #5ddc85

#5ddc85 #5ddcc5 #75dc5d

Monochromatic Colors of #5ddc85

#5ddc85

Complementary Color

#5ddc85 #dc5db4

#5ddc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddc85 Color CSS Codes

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

#5ddc85 Text Font Color

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

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


#5ddc85 Background Color

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

This div background color is #5ddc85


#5ddc85 Border Color

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

This div border color is #5ddc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddc85


Comments

No comments written yet.

Please login to write comment.