Color Hex Logo

#5dd19c Color Hex

#5DD19C
(93,209,156)
0 Favorites   0 Comments

Color spaces of #5dd19c

RGB 93209156
HSL0.420.560.59
HSV153°56°82°
CMYK 0.560.000.25   0.18
XYZ33.315450.328439.4109
Yxy50.32840.27070.4090
Hunter Lab70.9425-40.323816.7222
CIE-Lab76.2704-45.179516.5539

#5dd19c color RGB value is (93,209,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010001 10011100
Octal 135 321 234
Decimal 93 209 156
Hex 5D D1 9C

RGB Percentages of Color #5dd19c

%20.31
%45.63
%34.06

CMYK Percentages of Color #5dd19c

%56
%0
%25
%18

Triadic Colors of #5dd19c

#5dd19c #9c5dd1 #d19c5d

Analogous Colors of #5dd19c

#5dd19c #5dccd1 #5dd162

Monochromatic Colors of #5dd19c

#5dd19c

Complementary Color

#5dd19c #d15d92

#5dd19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd19c Color CSS Codes

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

#5dd19c Text Font Color

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

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


#5dd19c Background Color

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

This div background color is #5dd19c


#5dd19c Border Color

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

This div border color is #5dd19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd19c


Comments

No comments written yet.

Please login to write comment.