Color Hex Logo

#57dffa Color Hex

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

Color spaces of #57dffa

RGB 87223250
HSL0.530.940.66
HSV190°65°98°
CMYK 0.650.110.00   0.02
XYZ47.573561.703799.8451
Yxy61.70370.22750.2951
Hunter Lab78.5517-29.3600-20.3758
CIE-Lab82.7556-28.6813-24.0374

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

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

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

Base Numbers

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

RGB Percentages of Color #57dffa

%15.54
%39.82
%44.64

CMYK Percentages of Color #57dffa

%65
%11
%0
%2

Triadic Colors of #57dffa

#57dffa #fa57df #dffa57

Analogous Colors of #57dffa

#57dffa #578efa #57fac4

Monochromatic Colors of #57dffa

#57dffa

Complementary Color

#57dffa #fa7257

#57dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dffa Color CSS Codes

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

#57dffa Text Font Color

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

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


#57dffa Background Color

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

This div background color is #57dffa


#57dffa Border Color

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

This div border color is #57dffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,223,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 #57dffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dffa


Comments

No comments written yet.

Please login to write comment.