Color Hex Logo

#56aafd Color Hex

#56AAFD
(86,170,253)
0 Favorites   0 Comments

Color spaces of #56aafd

RGB 86170253
HSL0.580.980.66
HSV210°66°99°
CMYK 0.660.330.00   0.01
XYZ35.942137.819798.3341
Yxy37.81970.20880.2198
Hunter Lab61.4977-3.2974-51.7556
CIE-Lab67.8875-0.0147-48.6869

#56aafd color RGB value is (86,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101010 11111101
Octal 126 252 375
Decimal 86 170 253
Hex 56 AA FD

RGB Percentages of Color #56aafd

%16.90
%33.40
%49.71

CMYK Percentages of Color #56aafd

%66
%33
%0
%1

Triadic Colors of #56aafd

#56aafd #fd56aa #aafd56

Analogous Colors of #56aafd

#56aafd #5656fd #56fdfd

Monochromatic Colors of #56aafd

#56aafd

Complementary Color

#56aafd #fda956

#56aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aafd Color CSS Codes

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

#56aafd Text Font Color

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

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


#56aafd Background Color

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

This div background color is #56aafd


#56aafd Border Color

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

This div border color is #56aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aafd


Comments

No comments written yet.

Please login to write comment.