Color Hex Logo

#56bafa Color Hex

#56BAFA
(86,186,250)
0 Favorites   0 Comments

Color spaces of #56bafa

RGB 86186250
HSL0.570.940.66
HSV203°66°98°
CMYK 0.660.260.00   0.02
XYZ38.652043.998496.8978
Yxy43.99840.21530.2451
Hunter Lab66.3313-12.0658-40.1799
CIE-Lab72.2274-9.8535-40.2584

#56bafa color RGB value is (86,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111010 11111010
Octal 126 272 372
Decimal 86 186 250
Hex 56 BA FA

RGB Percentages of Color #56bafa

%16.48
%35.63
%47.89

CMYK Percentages of Color #56bafa

%66
%26
%0
%2

Triadic Colors of #56bafa

#56bafa #fa56ba #bafa56

Analogous Colors of #56bafa

#56bafa #5668fa #56fae8

Monochromatic Colors of #56bafa

#56bafa

Complementary Color

#56bafa #fa9656

#56bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bafa Color CSS Codes

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

#56bafa Text Font Color

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

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


#56bafa Background Color

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

This div background color is #56bafa


#56bafa Border Color

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

This div border color is #56bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bafa


Comments

No comments written yet.

Please login to write comment.