Color Hex Logo

#56c8c1 Color Hex

#56C8C1
(86,200,193)
0 Favorites   0 Comments

Color spaces of #56c8c1

RGB 86200193
HSL0.490.510.56
HSV176°57°78°
CMYK 0.570.000.04   0.22
XYZ34.117747.137257.7523
Yxy47.13720.24540.3391
Hunter Lab68.6565-31.4464-1.8138
CIE-Lab74.2774-33.7817-6.2441

#56c8c1 color RGB value is (86,200,193).

#56c8c1 hex color red value is 86, green value is 200 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #56c8c1 hue: 0.49 , saturation: 0.51 and the lightness value of 56c8c1 is 0.56.

The process color (four color CMYK) of #56c8c1 color hex is 0.57, 0.00, 0.04, 0.22. Web safe color of #56c8c1 is #66cccc. Color #56c8c1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001000 11000001
Octal 126 310 301
Decimal 86 200 193
Hex 56 C8 C1

RGB Percentages of Color #56c8c1

%17.95
%41.75
%40.29

CMYK Percentages of Color #56c8c1

%57
%0
%4
%22

Triadic Colors of #56c8c1

#56c8c1 #c156c8 #c8c156

Analogous Colors of #56c8c1

#56c8c1 #5696c8 #56c888

Monochromatic Colors of #56c8c1

#56c8c1

Complementary Color

#56c8c1 #c8565d

#56c8c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56c8c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56c8c1 Color CSS Codes

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

#56c8c1 Text Font Color

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

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


#56c8c1 Background Color

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

This div background color is #56c8c1


#56c8c1 Border Color

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

This div border color is #56c8c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56c8c1

#56c8c1 Color Palettes


Comments

No comments written yet.

Please login to write comment.