Color Hex Logo

#56accd Color Hex

#56ACCD
(86,172,205)
0 Favorites   0 Comments

Color spaces of #56accd

RGB 86172205
HSL0.550.540.57
HSV197°58°80°
CMYK 0.580.160.00   0.20
XYZ29.609735.891363.1247
Yxy35.89130.23020.2790
Hunter Lab59.9093-16.6192-20.5356
CIE-Lab66.4368-16.3813-24.6345

#56accd color RGB value is (86,172,205).

#56accd hex color red value is 86, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #56accd hue: 0.55 , saturation: 0.54 and the lightness value of 56accd is 0.57.

The process color (four color CMYK) of #56accd color hex is 0.58, 0.16, 0.00, 0.20. Web safe color of #56accd is #6699cc. Color #56accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101100 11001101
Octal 126 254 315
Decimal 86 172 205
Hex 56 AC CD

RGB Percentages of Color #56accd

%18.57
%37.15
%44.28

CMYK Percentages of Color #56accd

%58
%16
%0
%20

Triadic Colors of #56accd

#56accd #cd56ac #accd56

Analogous Colors of #56accd

#56accd #5671cd #56cdb3

Monochromatic Colors of #56accd

#56accd

Complementary Color

#56accd #cd7756

#56accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56accd Color CSS Codes

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

#56accd Text Font Color

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

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


#56accd Background Color

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

This div background color is #56accd


#56accd Border Color

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

This div border color is #56accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56accd


Comments

No comments written yet.

Please login to write comment.