Color Hex Logo

#57bafa Color Hex

#57BAFA
(87,186,250)
0 Favorites   0 Comments

Color spaces of #57bafa

RGB 87186250
HSL0.570.940.66
HSV204°65°98°
CMYK 0.650.260.00   0.02
XYZ38.744744.046296.9022
Yxy44.04620.21560.2451
Hunter Lab66.3673-11.9359-40.1116
CIE-Lab72.2594-9.6953-40.2063

#57bafa color RGB value is (87,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111010 11111010
Octal 127 272 372
Decimal 87 186 250
Hex 57 BA FA

RGB Percentages of Color #57bafa

%16.63
%35.56
%47.80

CMYK Percentages of Color #57bafa

%65
%26
%0
%2

Triadic Colors of #57bafa

#57bafa #fa57ba #bafa57

Analogous Colors of #57bafa

#57bafa #5769fa #57fae9

Monochromatic Colors of #57bafa

#57bafa

Complementary Color

#57bafa #fa9757

#57bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bafa Color CSS Codes

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

#57bafa Text Font Color

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

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


#57bafa Background Color

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

This div background color is #57bafa


#57bafa Border Color

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

This div border color is #57bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bafa


Comments

No comments written yet.

Please login to write comment.