Color Hex Logo

#56a1db Color Hex

#56A1DB
(86,161,219)
0 Favorites   0 Comments

Color spaces of #56a1db

RGB 86161219
HSL0.570.650.60
HSV206°61°86°
CMYK 0.610.260.00   0.14
XYZ29.368832.582671.7590
Yxy32.58260.21960.2437
Hunter Lab57.0812-8.0521-34.5790
CIE-Lab63.8215-6.0303-36.4246

#56a1db color RGB value is (86,161,219).

#56a1db hex color red value is 86, green value is 161 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #56a1db hue: 0.57 , saturation: 0.65 and the lightness value of 56a1db is 0.60.

The process color (four color CMYK) of #56a1db color hex is 0.61, 0.26, 0.00, 0.14. Web safe color of #56a1db is #6699cc. Color #56a1db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10100001 11011011
Octal 126 241 333
Decimal 86 161 219
Hex 56 A1 DB

RGB Percentages of Color #56a1db

%18.45
%34.55
%47.00

CMYK Percentages of Color #56a1db

%61
%26
%0
%14

Triadic Colors of #56a1db

#56a1db #db56a1 #a1db56

Analogous Colors of #56a1db

#56a1db #565fdb #56dbd3

Monochromatic Colors of #56a1db

#56a1db

Complementary Color

#56a1db #db9056

#56a1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56a1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#56a1db Color CSS Codes

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

#56a1db Text Font Color

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

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


#56a1db Background Color

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

This div background color is #56a1db


#56a1db Border Color

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

This div border color is #56a1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56a1db


Comments

No comments written yet.

Please login to write comment.