Color Hex Logo

#5df5ad Color Hex

#5DF5AD
(93,245,173)
0 Favorites   0 Comments

Color spaces of #5df5ad

RGB 93245173
HSL0.420.880.66
HSV152°62°96°
CMYK 0.620.000.29   0.04
XYZ44.709470.649150.8154
Yxy70.64910.26910.4252
Hunter Lab84.0530-52.145222.9925
CIE-Lab87.3142-56.462822.9935

#5df5ad color RGB value is (93,245,173).

#5df5ad hex color red value is 93, green value is 245 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5df5ad hue: 0.42 , saturation: 0.88 and the lightness value of 5df5ad is 0.66.

The process color (four color CMYK) of #5df5ad color hex is 0.62, 0.00, 0.29, 0.04. Web safe color of #5df5ad is #66ff99. Color #5df5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110101 10101101
Octal 135 365 255
Decimal 93 245 173
Hex 5D F5 AD

RGB Percentages of Color #5df5ad

%18.20
%47.95
%33.86

CMYK Percentages of Color #5df5ad

%62
%0
%29
%4

Triadic Colors of #5df5ad

#5df5ad #ad5df5 #f5ad5d

Analogous Colors of #5df5ad

#5df5ad #5df1f5 #5df561

Monochromatic Colors of #5df5ad

#5df5ad

Complementary Color

#5df5ad #f55da5

#5df5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df5ad Color CSS Codes

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

#5df5ad Text Font Color

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

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


#5df5ad Background Color

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

This div background color is #5df5ad


#5df5ad Border Color

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

This div border color is #5df5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df5ad


Comments

No comments written yet.

Please login to write comment.