Color Hex Logo

#5dd69f Color Hex

#5DD69F
(93,214,159)
0 Favorites   0 Comments

Color spaces of #5dd69f

RGB 93214159
HSL0.420.600.60
HSV153°57°84°
CMYK 0.570.000.26   0.16
XYZ34.818852.923541.1810
Yxy52.92350.27010.4105
Hunter Lab72.7485-41.876517.3615
CIE-Lab77.8298-46.676117.1398

#5dd69f color RGB value is (93,214,159).

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

The process color (four color CMYK) of #5dd69f color hex is 0.57, 0.00, 0.26, 0.16. Web safe color of #5dd69f is #66cc99. Color #5dd69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010110 10011111
Octal 135 326 237
Decimal 93 214 159
Hex 5D D6 9F

RGB Percentages of Color #5dd69f

%19.96
%45.92
%34.12

CMYK Percentages of Color #5dd69f

%57
%0
%26
%16

Triadic Colors of #5dd69f

#5dd69f #9f5dd6 #d69f5d

Analogous Colors of #5dd69f

#5dd69f #5dd1d6 #5dd662

Monochromatic Colors of #5dd69f

#5dd69f

Complementary Color

#5dd69f #d65d94

#5dd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd69f Color CSS Codes

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

#5dd69f Text Font Color

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

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


#5dd69f Background Color

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

This div background color is #5dd69f


#5dd69f Border Color

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

This div border color is #5dd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd69f


Comments

No comments written yet.

Please login to write comment.