Color Hex Logo

#56dfcc Color Hex

#56DFCC
(86,223,204)
0 Favorites   0 Comments

Color spaces of #56dfcc

RGB 86223204
HSL0.480.680.61
HSV172°61°87°
CMYK 0.610.000.09   0.13
XYZ41.124559.113466.3693
Yxy59.11340.24680.3548
Hunter Lab76.8852-39.07282.6390
CIE-Lab81.3539-41.4556-1.7250

#56dfcc color RGB value is (86,223,204).

#56dfcc hex color red value is 86, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #56dfcc hue: 0.48 , saturation: 0.68 and the lightness value of 56dfcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011111 11001100
Octal 126 337 314
Decimal 86 223 204
Hex 56 DF CC

RGB Percentages of Color #56dfcc

%16.76
%43.47
%39.77

CMYK Percentages of Color #56dfcc

%61
%0
%9
%13

Triadic Colors of #56dfcc

#56dfcc #cc56df #dfcc56

Analogous Colors of #56dfcc

#56dfcc #56aedf #56df88

Monochromatic Colors of #56dfcc

#56dfcc

Complementary Color

#56dfcc #df5669

#56dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dfcc Color CSS Codes

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

#56dfcc Text Font Color

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

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


#56dfcc Background Color

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

This div background color is #56dfcc


#56dfcc Border Color

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

This div border color is #56dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dfcc


Comments

No comments written yet.

Please login to write comment.