Color Hex Logo

#56abcc Color Hex

#56ABCC
(86,171,204)
0 Favorites   0 Comments

Color spaces of #56abcc

RGB 86171204
HSL0.550.540.57
HSV197°58°80°
CMYK 0.580.160.00   0.20
XYZ29.299735.463962.4277
Yxy35.46390.23040.2788
Hunter Lab59.5516-16.3923-20.4674
CIE-Lab66.1083-16.1523-24.5848

#56abcc color RGB value is (86,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10101011 11001100
Octal 126 253 314
Decimal 86 171 204
Hex 56 AB CC

RGB Percentages of Color #56abcc

%18.66
%37.09
%44.25

CMYK Percentages of Color #56abcc

%58
%16
%0
%20

Triadic Colors of #56abcc

#56abcc #cc56ab #abcc56

Analogous Colors of #56abcc

#56abcc #5670cc #56ccb2

Monochromatic Colors of #56abcc

#56abcc

Complementary Color

#56abcc #cc7756

#56abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56abcc Color CSS Codes

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

#56abcc Text Font Color

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

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


#56abcc Background Color

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

This div background color is #56abcc


#56abcc Border Color

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

This div border color is #56abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56abcc


Comments

No comments written yet.

Please login to write comment.