Color Hex Logo

#56addd Color Hex

#56ADDD
(86,173,221)
0 Favorites   0 Comments

Color spaces of #56addd

RGB 86173221
HSL0.560.670.60
HSV201°61°87°
CMYK 0.610.220.00   0.13
XYZ31.832537.086073.8872
Yxy37.08600.22290.2597
Hunter Lab60.8983-13.2672-29.3071
CIE-Lab67.3415-12.0031-32.0595

#56addd color RGB value is (86,173,221).

#56addd hex color red value is 86, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #56addd hue: 0.56 , saturation: 0.67 and the lightness value of 56addd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101101 11011101
Octal 126 255 335
Decimal 86 173 221
Hex 56 AD DD

RGB Percentages of Color #56addd

%17.92
%36.04
%46.04

CMYK Percentages of Color #56addd

%61
%22
%0
%13

Triadic Colors of #56addd

#56addd #dd56ad #addd56

Analogous Colors of #56addd

#56addd #566add #56ddca

Monochromatic Colors of #56addd

#56addd

Complementary Color

#56addd #dd8656

#56addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56addd Color CSS Codes

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

#56addd Text Font Color

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

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


#56addd Background Color

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

This div background color is #56addd


#56addd Border Color

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

This div border color is #56addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56addd


Comments

No comments written yet.

Please login to write comment.