Color Hex Logo

#57fdfe Color Hex

#57FDFE
(87,253,254)
0 Favorites   0 Comments

Color spaces of #57fdfe

RGB 87253254
HSL0.500.990.67
HSV180°66°100°
CMYK 0.660.000.00   0.00
XYZ56.945279.4326106.0966
Yxy79.43260.23490.3276
Hunter Lab89.1250-41.9185-8.1928
CIE-Lab91.4297-41.5473-13.0556

#57fdfe color RGB value is (87,253,254).

#57fdfe hex color red value is 87, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #57fdfe hue: 0.50 , saturation: 0.99 and the lightness value of 57fdfe is 0.67.

The process color (four color CMYK) of #57fdfe color hex is 0.66, 0.00, 0.00, 0.00. Web safe color of #57fdfe is #66ffff. Color #57fdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11111101 11111110
Octal 127 375 376
Decimal 87 253 254
Hex 57 FD FE

RGB Percentages of Color #57fdfe

%14.65
%42.59
%42.76

CMYK Percentages of Color #57fdfe

%66
%0
%0
%0

Triadic Colors of #57fdfe

#57fdfe #fe57fd #fdfe57

Analogous Colors of #57fdfe

#57fdfe #57aafe #57feac

Monochromatic Colors of #57fdfe

#57fdfe

Complementary Color

#57fdfe #fe5857

#57fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57fdfe Color CSS Codes

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

#57fdfe Text Font Color

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

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


#57fdfe Background Color

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

This div background color is #57fdfe


#57fdfe Border Color

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

This div border color is #57fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.