Color Hex Logo

#57faad Color Hex

#57FAAD
(87,250,173)
0 Favorites   0 Comments

Color spaces of #57faad

RGB 87250173
HSL0.420.940.66
HSV152°65°98°
CMYK 0.650.000.31   0.02
XYZ45.658973.414651.2991
Yxy73.41460.26800.4309
Hunter Lab85.6823-54.823924.4799
CIE-Lab88.6451-59.465724.7974

#57faad color RGB value is (87,250,173).

#57faad hex color red value is 87, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #57faad hue: 0.42 , saturation: 0.94 and the lightness value of 57faad is 0.66.

The process color (four color CMYK) of #57faad color hex is 0.65, 0.00, 0.31, 0.02. Web safe color of #57faad is #66ff99. Color #57faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111010 10101101
Octal 127 372 255
Decimal 87 250 173
Hex 57 FA AD

RGB Percentages of Color #57faad

%17.06
%49.02
%33.92

CMYK Percentages of Color #57faad

%65
%0
%31
%2

Triadic Colors of #57faad

#57faad #ad57fa #faad57

Analogous Colors of #57faad

#57faad #57f6fa #57fa5c

Monochromatic Colors of #57faad

#57faad

Complementary Color

#57faad #fa57a4

#57faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#57faad Color CSS Codes

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

#57faad Text Font Color

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

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


#57faad Background Color

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

This div background color is #57faad


#57faad Border Color

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

This div border color is #57faad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,250,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57faad


Comments

No comments written yet.

Please login to write comment.