Color Hex Logo

#57fdaa Color Hex

#57FDAA
(87,253,170)
0 Favorites   0 Comments

Color spaces of #57fdaa

RGB 87253170
HSL0.420.980.67
HSV150°66°99°
CMYK 0.660.000.33   0.01
XYZ46.311575.179150.1004
Yxy75.17910.26990.4381
Hunter Lab86.7059-56.394626.4352
CIE-Lab89.4768-61.193927.4531

#57fdaa color RGB value is (87,253,170).

#57fdaa hex color red value is 87, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #57fdaa hue: 0.42 , saturation: 0.98 and the lightness value of 57fdaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111101 10101010
Octal 127 375 252
Decimal 87 253 170
Hex 57 FD AA

RGB Percentages of Color #57fdaa

%17.06
%49.61
%33.33

CMYK Percentages of Color #57fdaa

%66
%0
%33
%1

Triadic Colors of #57fdaa

#57fdaa #aa57fd #fdaa57

Analogous Colors of #57fdaa

#57fdaa #57fdfd #57fd57

Monochromatic Colors of #57fdaa

#57fdaa

Complementary Color

#57fdaa #fd57aa

#57fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fdaa Color CSS Codes

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

#57fdaa Text Font Color

<p style="color:#57fdaa">Text here</p>

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


#57fdaa Background Color

<div style="background-color:#57fdaa">
Div content here</div>

This div background color is #57fdaa


#57fdaa Border Color

<div style="border:3px solid #57fdaa">
Div here</div>

This div border color is #57fdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,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 #57fdaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.