Color Hex Logo

#56aded Color Hex

#56ADED
(86,173,237)
0 Favorites   0 Comments

Color spaces of #56aded

RGB 86173237
HSL0.570.810.63
HSV205°64°93°
CMYK 0.640.270.00   0.07
XYZ34.067437.980085.6561
Yxy37.98000.21600.2408
Hunter Lab61.6279-9.1755-39.2671
CIE-Lab68.0059-6.9238-39.7897

#56aded color RGB value is (86,173,237).

#56aded hex color red value is 86, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #56aded hue: 0.57 , saturation: 0.81 and the lightness value of 56aded is 0.63.

The process color (four color CMYK) of #56aded color hex is 0.64, 0.27, 0.00, 0.07. Web safe color of #56aded is #6699ff. Color #56aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101101 11101101
Octal 126 255 355
Decimal 86 173 237
Hex 56 AD ED

RGB Percentages of Color #56aded

%17.34
%34.88
%47.78

CMYK Percentages of Color #56aded

%64
%27
%0
%7

Triadic Colors of #56aded

#56aded #ed56ad #aded56

Analogous Colors of #56aded

#56aded #5661ed #56ede2

Monochromatic Colors of #56aded

#56aded

Complementary Color

#56aded #ed9656

#56aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#56aded Color CSS Codes

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

#56aded Text Font Color

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

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


#56aded Background Color

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

This div background color is #56aded


#56aded Border Color

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

This div border color is #56aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56aded


Comments

No comments written yet.

Please login to write comment.