Color Hex Logo

#56dcbc Color Hex

#56DCBC
(86,220,188)
0 Favorites   0 Comments

Color spaces of #56dcbc

RGB 86220188
HSL0.460.660.60
HSV166°61°86°
CMYK 0.610.000.15   0.14
XYZ38.508156.795756.5100
Yxy56.79570.25370.3741
Hunter Lab75.3629-40.67728.2961
CIE-Lab80.0645-44.09454.9029

#56dcbc color RGB value is (86,220,188).

#56dcbc hex color red value is 86, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #56dcbc hue: 0.46 , saturation: 0.66 and the lightness value of 56dcbc is 0.60.

The process color (four color CMYK) of #56dcbc color hex is 0.61, 0.00, 0.15, 0.14. Web safe color of #56dcbc is #66cccc. Color #56dcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011100 10111100
Octal 126 334 274
Decimal 86 220 188
Hex 56 DC BC

RGB Percentages of Color #56dcbc

%17.41
%44.53
%38.06

CMYK Percentages of Color #56dcbc

%61
%0
%15
%14

Triadic Colors of #56dcbc

#56dcbc #bc56dc #dcbc56

Analogous Colors of #56dcbc

#56dcbc #56b9dc #56dc79

Monochromatic Colors of #56dcbc

#56dcbc

Complementary Color

#56dcbc #dc5676

#56dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dcbc Color CSS Codes

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

#56dcbc Text Font Color

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

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


#56dcbc Background Color

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

This div background color is #56dcbc


#56dcbc Border Color

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

This div border color is #56dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dcbc


Comments

No comments written yet.

Please login to write comment.