Color Hex Logo

#57efaa Color Hex

#57EFAA
(87,239,170)
0 Favorites   0 Comments

Color spaces of #57efaa

RGB 87239170
HSL0.420.830.64
HSV153°64°94°
CMYK 0.640.000.29   0.06
XYZ42.052766.661548.6808
Yxy66.66150.26720.4235
Hunter Lab81.6465-50.943521.8016
CIE-Lab85.3327-55.781721.7805

#57efaa color RGB value is (87,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101111 10101010
Octal 127 357 252
Decimal 87 239 170
Hex 57 EF AA

RGB Percentages of Color #57efaa

%17.54
%48.19
%34.27

CMYK Percentages of Color #57efaa

%64
%0
%29
%6

Triadic Colors of #57efaa

#57efaa #aa57ef #efaa57

Analogous Colors of #57efaa

#57efaa #57e8ef #57ef5e

Monochromatic Colors of #57efaa

#57efaa

Complementary Color

#57efaa #ef579c

#57efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57efaa Color CSS Codes

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

#57efaa Text Font Color

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

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


#57efaa Background Color

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

This div background color is #57efaa


#57efaa Border Color

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

This div border color is #57efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57efaa


Comments

No comments written yet.

Please login to write comment.