Color Hex Logo

#57dcfa Color Hex

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

Color spaces of #57dcfa

RGB 87220250
HSL0.530.940.66
HSV191°65°98°
CMYK 0.650.120.00   0.02
XYZ46.779060.114899.5803
Yxy60.11480.22660.2911
Hunter Lab77.5337-27.9883-21.8754
CIE-Lab81.9005-27.2181-25.3397

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

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

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

Base Numbers

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

RGB Percentages of Color #57dcfa

%15.62
%39.50
%44.88

CMYK Percentages of Color #57dcfa

%65
%12
%0
%2

Triadic Colors of #57dcfa

#57dcfa #fa57dc #dcfa57

Analogous Colors of #57dcfa

#57dcfa #578bfa #57fac7

Monochromatic Colors of #57dcfa

#57dcfa

Complementary Color

#57dcfa #fa7557

#57dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcfa Color CSS Codes

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

#57dcfa Text Font Color

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

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


#57dcfa Background Color

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

This div background color is #57dcfa


#57dcfa Border Color

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

This div border color is #57dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcfa


Comments

No comments written yet.

Please login to write comment.