Color Hex Logo

#56affa Color Hex

#56AFFA
(86,175,250)
0 Favorites   0 Comments

Color spaces of #56affa

RGB 86175250
HSL0.580.940.66
HSV207°66°98°
CMYK 0.660.300.00   0.02
XYZ36.423039.540596.1549
Yxy39.54050.21160.2297
Hunter Lab62.8812-6.6488-46.6465
CIE-Lab69.1410-3.8122-45.0870

#56affa color RGB value is (86,175,250).

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

The process color (four color CMYK) of #56affa color hex is 0.66, 0.30, 0.00, 0.02. Web safe color of #56affa is #6699ff. Color #56affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101111 11111010
Octal 126 257 372
Decimal 86 175 250
Hex 56 AF FA

RGB Percentages of Color #56affa

%16.83
%34.25
%48.92

CMYK Percentages of Color #56affa

%66
%30
%0
%2

Triadic Colors of #56affa

#56affa #fa56af #affa56

Analogous Colors of #56affa

#56affa #565dfa #56faf3

Monochromatic Colors of #56affa

#56affa

Complementary Color

#56affa #faa156

#56affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56affa Color CSS Codes

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

#56affa Text Font Color

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

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


#56affa Background Color

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

This div background color is #56affa


#56affa Border Color

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

This div border color is #56affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56affa


Comments

No comments written yet.

Please login to write comment.