Color Hex Logo

#57fade Color Hex

#57FADE
(87,250,222)
0 Favorites   0 Comments

Color spaces of #57fade

RGB 87250222
HSL0.470.940.66
HSV170°65°98°
CMYK 0.650.000.11   0.02
XYZ51.300975.671481.0094
Yxy75.67140.24670.3638
Hunter Lab86.9893-46.96315.6783
CIE-Lab89.7066-48.53381.0261

#57fade color RGB value is (87,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111010 11011110
Octal 127 372 336
Decimal 87 250 222
Hex 57 FA DE

RGB Percentages of Color #57fade

%15.56
%44.72
%39.71

CMYK Percentages of Color #57fade

%65
%0
%11
%2

Triadic Colors of #57fade

#57fade #de57fa #fade57

Analogous Colors of #57fade

#57fade #57c5fa #57fa8d

Monochromatic Colors of #57fade

#57fade

Complementary Color

#57fade #fa5773

#57fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fade Color CSS Codes

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

#57fade Text Font Color

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

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


#57fade Background Color

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

This div background color is #57fade


#57fade Border Color

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

This div border color is #57fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fade

Related Colors


Comments

No comments written yet.

Please login to write comment.