Color Hex Logo

#56aafb Color Hex

#56AAFB
(86,170,251)
0 Favorites   0 Comments

Color spaces of #56aafb

RGB 86170251
HSL0.580.950.66
HSV209°66°98°
CMYK 0.660.320.00   0.02
XYZ35.625137.692996.6646
Yxy37.69290.20960.2217
Hunter Lab61.3945-3.8632-50.3749
CIE-Lab67.7937-0.6763-47.7484

#56aafb color RGB value is (86,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 11111011
Octal 126 252 373
Decimal 86 170 251
Hex 56 AA FB

RGB Percentages of Color #56aafb

%16.96
%33.53
%49.51

CMYK Percentages of Color #56aafb

%66
%32
%0
%2

Triadic Colors of #56aafb

#56aafb #fb56aa #aafb56

Analogous Colors of #56aafb

#56aafb #5658fb #56fbfa

Monochromatic Colors of #56aafb

#56aafb

Complementary Color

#56aafb #fba756

#56aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aafb Color CSS Codes

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

#56aafb Text Font Color

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

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


#56aafb Background Color

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

This div background color is #56aafb


#56aafb Border Color

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

This div border color is #56aafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,170,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #56aafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aafb

Related Colors


Comments

No comments written yet.

Please login to write comment.