Color Hex Logo

#5dfdaa Color Hex

#5DFDAA
(93,253,170)
0 Favorites   0 Comments

Color spaces of #5dfdaa

RGB 93253170
HSL0.410.980.68
HSV149°63°99°
CMYK 0.630.000.33   0.01
XYZ46.895275.480050.1277
Yxy75.48000.27190.4376
Hunter Lab86.8792-55.688926.6062
CIE-Lab89.6174-60.153627.6674

#5dfdaa color RGB value is (93,253,170).

#5dfdaa hex color red value is 93, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5dfdaa hue: 0.41 , saturation: 0.98 and the lightness value of 5dfdaa is 0.68.

The process color (four color CMYK) of #5dfdaa color hex is 0.63, 0.00, 0.33, 0.01. Web safe color of #5dfdaa is #66ff99. Color #5dfdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 10101010
Octal 135 375 252
Decimal 93 253 170
Hex 5D FD AA

RGB Percentages of Color #5dfdaa

%18.02
%49.03
%32.95

CMYK Percentages of Color #5dfdaa

%63
%0
%33
%1

Triadic Colors of #5dfdaa

#5dfdaa #aa5dfd #fdaa5d

Analogous Colors of #5dfdaa

#5dfdaa #5dfdfa #60fd5d

Monochromatic Colors of #5dfdaa

#5dfdaa

Complementary Color

#5dfdaa #fd5db0

#5dfdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdaa Color CSS Codes

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

#5dfdaa Text Font Color

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

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


#5dfdaa Background Color

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

This div background color is #5dfdaa


#5dfdaa Border Color

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

This div border color is #5dfdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.