Color Hex Logo

#57fadc Color Hex

#57FADC
(87,250,220)
0 Favorites   0 Comments

Color spaces of #57fadc

RGB 87250220
HSL0.470.940.66
HSV169°65°98°
CMYK 0.650.000.12   0.02
XYZ51.034475.564879.6058
Yxy75.56480.24750.3665
Hunter Lab86.9280-47.32886.5538
CIE-Lab89.6569-49.02591.9933

#57fadc color RGB value is (87,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111010 11011100
Octal 127 372 334
Decimal 87 250 220
Hex 57 FA DC

RGB Percentages of Color #57fadc

%15.62
%44.88
%39.50

CMYK Percentages of Color #57fadc

%65
%0
%12
%2

Triadic Colors of #57fadc

#57fadc #dc57fa #fadc57

Analogous Colors of #57fadc

#57fadc #57c7fa #57fa8b

Monochromatic Colors of #57fadc

#57fadc

Complementary Color

#57fadc #fa5775

#57fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fadc Color CSS Codes

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

#57fadc Text Font Color

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

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


#57fadc Background Color

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

This div background color is #57fadc


#57fadc Border Color

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

This div border color is #57fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.