Color Hex Logo

#56cccd Color Hex

#56CCCD
(86,204,205)
0 Favorites   0 Comments

Color spaces of #56cccd

RGB 86204205
HSL0.500.540.57
HSV181°58°80°
CMYK 0.580.000.00   0.20
XYZ36.450149.571965.4048
Yxy49.57190.24070.3274
Hunter Lab70.4073-30.8028-5.7923
CIE-Lab75.8057-32.4495-10.4653

#56cccd color RGB value is (86,204,205).

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

The process color (four color CMYK) of #56cccd color hex is 0.58, 0.00, 0.00, 0.20. Web safe color of #56cccd is #66cccc. Color #56cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001100 11001101
Octal 126 314 315
Decimal 86 204 205
Hex 56 CC CD

RGB Percentages of Color #56cccd

%17.37
%41.21
%41.41

CMYK Percentages of Color #56cccd

%58
%0
%0
%20

Triadic Colors of #56cccd

#56cccd #cd56cc #cccd56

Analogous Colors of #56cccd

#56cccd #5691cd #56cd93

Monochromatic Colors of #56cccd

#56cccd

Complementary Color

#56cccd #cd5756

#56cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56cccd Color CSS Codes

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

#56cccd Text Font Color

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

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


#56cccd Background Color

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

This div background color is #56cccd


#56cccd Border Color

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

This div border color is #56cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56cccd


Comments

No comments written yet.

Please login to write comment.