Color Hex Logo

#5ddd9f Color Hex

#5DDD9F
(93,221,159)
0 Favorites   0 Comments

Color spaces of #5ddd9f

RGB 93221159
HSL0.420.650.62
HSV151°58°87°
CMYK 0.580.000.28   0.13
XYZ36.628756.543341.7843
Yxy56.54330.27140.4190
Hunter Lab75.1953-44.641819.6906
CIE-Lab79.9220-49.599820.0442

#5ddd9f color RGB value is (93,221,159).

#5ddd9f hex color red value is 93, green value is 221 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5ddd9f hue: 0.42 , saturation: 0.65 and the lightness value of 5ddd9f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 10011111
Octal 135 335 237
Decimal 93 221 159
Hex 5D DD 9F

RGB Percentages of Color #5ddd9f

%19.66
%46.72
%33.62

CMYK Percentages of Color #5ddd9f

%58
%0
%28
%13

Triadic Colors of #5ddd9f

#5ddd9f #9f5ddd #dd9f5d

Analogous Colors of #5ddd9f

#5ddd9f #5ddbdd #5ddd5f

Monochromatic Colors of #5ddd9f

#5ddd9f

Complementary Color

#5ddd9f #dd5d9b

#5ddd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddd9f Color CSS Codes

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

#5ddd9f Text Font Color

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

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


#5ddd9f Background Color

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

This div background color is #5ddd9f


#5ddd9f Border Color

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

This div border color is #5ddd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddd9f


Comments

No comments written yet.

Please login to write comment.