Color Hex Logo

#56c2c0 Color Hex

#56C2C0
(86,194,192)
0 Favorites   0 Comments

Color spaces of #56c2c0

RGB 86194192
HSL0.500.470.55
HSV179°56°76°
CMYK 0.560.000.01   0.24
XYZ32.644044.367856.7125
Yxy44.36780.24410.3318
Hunter Lab66.6092-29.0863-3.8544
CIE-Lab72.4737-31.1986-8.3766

#56c2c0 color RGB value is (86,194,192).

#56c2c0 hex color red value is 86, green value is 194 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #56c2c0 hue: 0.50 , saturation: 0.47 and the lightness value of 56c2c0 is 0.55.

The process color (four color CMYK) of #56c2c0 color hex is 0.56, 0.00, 0.01, 0.24. Web safe color of #56c2c0 is #66cccc. Color #56c2c0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11000010 11000000
Octal 126 302 300
Decimal 86 194 192
Hex 56 C2 C0

RGB Percentages of Color #56c2c0

%18.22
%41.10
%40.68

CMYK Percentages of Color #56c2c0

%56
%0
%1
%24

Triadic Colors of #56c2c0

#56c2c0 #c056c2 #c2c056

Analogous Colors of #56c2c0

#56c2c0 #568ec2 #56c28a

Monochromatic Colors of #56c2c0

#56c2c0

Complementary Color

#56c2c0 #c25658

#56c2c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56c2c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56c2c0 Color CSS Codes

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

#56c2c0 Text Font Color

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

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


#56c2c0 Background Color

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

This div background color is #56c2c0


#56c2c0 Border Color

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

This div border color is #56c2c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56c2c0


Comments

No comments written yet.

Please login to write comment.