Color Hex Logo

#56acde Color Hex

#56ACDE
(86,172,222)
0 Favorites   0 Comments

Color spaces of #56acde

RGB 86172222
HSL0.560.670.60
HSV202°61°87°
CMYK 0.610.230.00   0.13
XYZ31.775136.757474.5274
Yxy36.75740.22210.2569
Hunter Lab60.6279-12.5469-30.4433
CIE-Lab67.0946-11.1478-32.9913

#56acde color RGB value is (86,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101100 11011110
Octal 126 254 336
Decimal 86 172 222
Hex 56 AC DE

RGB Percentages of Color #56acde

%17.92
%35.83
%46.25

CMYK Percentages of Color #56acde

%61
%23
%0
%13

Triadic Colors of #56acde

#56acde #de56ac #acde56

Analogous Colors of #56acde

#56acde #5668de #56decc

Monochromatic Colors of #56acde

#56acde

Complementary Color

#56acde #de8856

#56acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#56acde Color CSS Codes

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

#56acde Text Font Color

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

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


#56acde Background Color

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

This div background color is #56acde


#56acde Border Color

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

This div border color is #56acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56acde


Comments

No comments written yet.

Please login to write comment.