Color Hex Logo

#56adcd Color Hex

#56ADCD
(86,173,205)
0 Favorites   0 Comments

Color spaces of #56adcd

RGB 86173205
HSL0.540.540.57
HSV196°58°80°
CMYK 0.580.160.00   0.20
XYZ29.800836.273463.1884
Yxy36.27340.23050.2806
Hunter Lab60.2274-17.0753-20.0457
CIE-Lab66.7283-16.9102-24.1879

#56adcd color RGB value is (86,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101101 11001101
Octal 126 255 315
Decimal 86 173 205
Hex 56 AD CD

RGB Percentages of Color #56adcd

%18.53
%37.28
%44.18

CMYK Percentages of Color #56adcd

%58
%16
%0
%20

Triadic Colors of #56adcd

#56adcd #cd56ad #adcd56

Analogous Colors of #56adcd

#56adcd #5672cd #56cdb2

Monochromatic Colors of #56adcd

#56adcd

Complementary Color

#56adcd #cd7656

#56adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56adcd Color CSS Codes

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

#56adcd Text Font Color

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

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


#56adcd Background Color

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

This div background color is #56adcd


#56adcd Border Color

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

This div border color is #56adcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,173,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 #56adcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56adcd


Comments

No comments written yet.

Please login to write comment.