Color Hex Logo

#56adcc Color Hex

#56ADCC
(86,173,204)
0 Favorites   0 Comments

Color spaces of #56adcc

RGB 86173204
HSL0.540.540.57
HSV196°58°80°
CMYK 0.580.150.00   0.20
XYZ29.680436.225262.5546
Yxy36.22520.23100.2820
Hunter Lab60.1874-17.3036-19.4908
CIE-Lab66.6916-17.2102-23.6915

#56adcc color RGB value is (86,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101101 11001100
Octal 126 255 314
Decimal 86 173 204
Hex 56 AD CC

RGB Percentages of Color #56adcc

%18.57
%37.37
%44.06

CMYK Percentages of Color #56adcc

%58
%15
%0
%20

Triadic Colors of #56adcc

#56adcc #cc56ad #adcc56

Analogous Colors of #56adcc

#56adcc #5672cc #56ccb0

Monochromatic Colors of #56adcc

#56adcc

Complementary Color

#56adcc #cc7556

#56adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56adcc Color CSS Codes

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

#56adcc Text Font Color

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

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


#56adcc Background Color

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

This div background color is #56adcc


#56adcc Border Color

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

This div border color is #56adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56adcc


Comments

No comments written yet.

Please login to write comment.