Color Hex Logo

#57deaa Color Hex

#57DEAA
(87,222,170)
0 Favorites   0 Comments

Color spaces of #57deaa

RGB 87222170
HSL0.440.670.61
HSV157°61°87°
CMYK 0.610.000.23   0.13
XYZ37.307557.171147.0990
Yxy57.17110.26350.4038
Hunter Lab75.6116-44.246615.9959
CIE-Lab80.2757-48.890414.7362

#57deaa color RGB value is (87,222,170).

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

The process color (four color CMYK) of #57deaa color hex is 0.61, 0.00, 0.23, 0.13. Web safe color of #57deaa is #66cc99. Color #57deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011110 10101010
Octal 127 336 252
Decimal 87 222 170
Hex 57 DE AA

RGB Percentages of Color #57deaa

%18.16
%46.35
%35.49

CMYK Percentages of Color #57deaa

%61
%0
%23
%13

Triadic Colors of #57deaa

#57deaa #aa57de #deaa57

Analogous Colors of #57deaa

#57deaa #57cfde #57de67

Monochromatic Colors of #57deaa

#57deaa

Complementary Color

#57deaa #de578b

#57deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57deaa Color CSS Codes

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

#57deaa Text Font Color

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

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


#57deaa Background Color

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

This div background color is #57deaa


#57deaa Border Color

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

This div border color is #57deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57deaa


Comments

No comments written yet.

Please login to write comment.