Color Hex Logo

#57eeaa Color Hex

#57EEAA
(87,238,170)
0 Favorites   0 Comments

Color spaces of #57eeaa

RGB 87238170
HSL0.420.820.64
HSV153°63°93°
CMYK 0.630.000.29   0.07
XYZ41.760766.077648.5834
Yxy66.07760.26700.4224
Hunter Lab81.2881-50.552221.4659
CIE-Lab85.0360-55.386621.3709

#57eeaa color RGB value is (87,238,170).

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

The process color (four color CMYK) of #57eeaa color hex is 0.63, 0.00, 0.29, 0.07. Web safe color of #57eeaa is #66ff99. Color #57eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101110 10101010
Octal 127 356 252
Decimal 87 238 170
Hex 57 EE AA

RGB Percentages of Color #57eeaa

%17.58
%48.08
%34.34

CMYK Percentages of Color #57eeaa

%63
%0
%29
%7

Triadic Colors of #57eeaa

#57eeaa #aa57ee #eeaa57

Analogous Colors of #57eeaa

#57eeaa #57e7ee #57ee5e

Monochromatic Colors of #57eeaa

#57eeaa

Complementary Color

#57eeaa #ee579b

#57eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57eeaa Color CSS Codes

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

#57eeaa Text Font Color

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

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


#57eeaa Background Color

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

This div background color is #57eeaa


#57eeaa Border Color

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

This div border color is #57eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57eeaa


Comments

No comments written yet.

Please login to write comment.