Color Hex Logo

#57dafc Color Hex

#57DAFC
(87,218,252)
0 Favorites   0 Comments

Color spaces of #57dafc

RGB 87218252
HSL0.530.960.66
HSV192°65°99°
CMYK 0.650.130.00   0.01
XYZ46.572659.1973101.0671
Yxy59.19730.22520.2862
Hunter Lab76.9398-26.5964-24.0247
CIE-Lab81.3999-25.6417-27.1643

#57dafc color RGB value is (87,218,252).

#57dafc hex color red value is 87, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #57dafc hue: 0.53 , saturation: 0.96 and the lightness value of 57dafc is 0.66.

The process color (four color CMYK) of #57dafc color hex is 0.65, 0.13, 0.00, 0.01. Web safe color of #57dafc is #66ccff. Color #57dafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011010 11111100
Octal 127 332 374
Decimal 87 218 252
Hex 57 DA FC

RGB Percentages of Color #57dafc

%15.62
%39.14
%45.24

CMYK Percentages of Color #57dafc

%65
%13
%0
%1

Triadic Colors of #57dafc

#57dafc #fc57da #dafc57

Analogous Colors of #57dafc

#57dafc #5788fc #57fccc

Monochromatic Colors of #57dafc

#57dafc

Complementary Color

#57dafc #fc7957

#57dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dafc Color CSS Codes

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

#57dafc Text Font Color

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

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


#57dafc Background Color

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

This div background color is #57dafc


#57dafc Border Color

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

This div border color is #57dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dafc


Comments

No comments written yet.

Please login to write comment.