Color Hex Logo

#56ccdd Color Hex

#56CCDD
(86,204,221)
0 Favorites   0 Comments

Color spaces of #56ccdd

RGB 86204221
HSL0.520.670.60
HSV188°61°87°
CMYK 0.610.080.00   0.13
XYZ38.481850.384676.1036
Yxy50.38460.23330.3054
Hunter Lab70.9821-27.4478-13.8804
CIE-Lab76.3047-27.9726-18.3458

#56ccdd color RGB value is (86,204,221).

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

The process color (four color CMYK) of #56ccdd color hex is 0.61, 0.08, 0.00, 0.13. Web safe color of #56ccdd is #66cccc. Color #56ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001100 11011101
Octal 126 314 335
Decimal 86 204 221
Hex 56 CC DD

RGB Percentages of Color #56ccdd

%16.83
%39.92
%43.25

CMYK Percentages of Color #56ccdd

%61
%8
%0
%13

Triadic Colors of #56ccdd

#56ccdd #dd56cc #ccdd56

Analogous Colors of #56ccdd

#56ccdd #5689dd #56ddab

Monochromatic Colors of #56ccdd

#56ccdd

Complementary Color

#56ccdd #dd6756

#56ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ccdd Color CSS Codes

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

#56ccdd Text Font Color

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

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


#56ccdd Background Color

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

This div background color is #56ccdd


#56ccdd Border Color

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

This div border color is #56ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ccdd


Comments

No comments written yet.

Please login to write comment.