Color Hex Logo

#56bcfa Color Hex

#56BCFA
(86,188,250)
0 Favorites   0 Comments

Color spaces of #56bcfa

RGB 86188250
HSL0.560.940.66
HSV203°66°98°
CMYK 0.660.250.00   0.02
XYZ39.076344.847097.0393
Yxy44.84700.21590.2478
Hunter Lab66.9679-13.0377-39.0362
CIE-Lab72.7910-10.9323-39.3803

#56bcfa color RGB value is (86,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111100 11111010
Octal 126 274 372
Decimal 86 188 250
Hex 56 BC FA

RGB Percentages of Color #56bcfa

%16.41
%35.88
%47.71

CMYK Percentages of Color #56bcfa

%66
%25
%0
%2

Triadic Colors of #56bcfa

#56bcfa #fa56bc #bcfa56

Analogous Colors of #56bcfa

#56bcfa #566afa #56fae6

Monochromatic Colors of #56bcfa

#56bcfa

Complementary Color

#56bcfa #fa9456

#56bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bcfa Color CSS Codes

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

#56bcfa Text Font Color

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

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


#56bcfa Background Color

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

This div background color is #56bcfa


#56bcfa Border Color

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

This div border color is #56bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bcfa


Comments

No comments written yet.

Please login to write comment.