Color Hex Logo

#57fadf Color Hex

#57FADF
(87,250,223)
0 Favorites   0 Comments

Color spaces of #57fadf

RGB 87250223
HSL0.470.940.66
HSV170°65°98°
CMYK 0.650.000.11   0.02
XYZ51.435475.725281.7175
Yxy75.72520.24620.3625
Hunter Lab87.0202-46.77875.2371
CIE-Lab89.7316-48.28630.5428

#57fadf color RGB value is (87,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111010 11011111
Octal 127 372 337
Decimal 87 250 223
Hex 57 FA DF

RGB Percentages of Color #57fadf

%15.54
%44.64
%39.82

CMYK Percentages of Color #57fadf

%65
%0
%11
%2

Triadic Colors of #57fadf

#57fadf #df57fa #fadf57

Analogous Colors of #57fadf

#57fadf #57c4fa #57fa8e

Monochromatic Colors of #57fadf

#57fadf

Complementary Color

#57fadf #fa5772

#57fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fadf Color CSS Codes

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

#57fadf Text Font Color

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

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


#57fadf Background Color

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

This div background color is #57fadf


#57fadf Border Color

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

This div border color is #57fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fadf


Comments

No comments written yet.

Please login to write comment.