Color Hex Logo

#57ecfe Color Hex

#57ECFE
(87,236,254)
0 Favorites   0 Comments

Color spaces of #57ecfe

RGB 87236254
HSL0.520.990.67
HSV186°66°100°
CMYK 0.660.070.00   0.00
XYZ51.815369.1729104.3867
Yxy69.17290.22990.3069
Hunter Lab83.1702-34.3419-16.1955
CIE-Lab86.5896-33.7425-20.3296

#57ecfe color RGB value is (87,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11101100 11111110
Octal 127 354 376
Decimal 87 236 254
Hex 57 EC FE

RGB Percentages of Color #57ecfe

%15.08
%40.90
%44.02

CMYK Percentages of Color #57ecfe

%66
%7
%0
%0

Triadic Colors of #57ecfe

#57ecfe #fe57ec #ecfe57

Analogous Colors of #57ecfe

#57ecfe #5799fe #57febd

Monochromatic Colors of #57ecfe

#57ecfe

Complementary Color

#57ecfe #fe6957

#57ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ecfe Color CSS Codes

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

#57ecfe Text Font Color

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

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


#57ecfe Background Color

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

This div background color is #57ecfe


#57ecfe Border Color

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

This div border color is #57ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ecfe

Related Colors


Comments

No comments written yet.

Please login to write comment.