Color Hex Logo

#56dedd Color Hex

#56DEDD
(86,222,221)
0 Favorites   0 Comments

Color spaces of #56dedd

RGB 86222221
HSL0.500.670.60
HSV180°61°87°
CMYK 0.610.000.00   0.13
XYZ43.010259.441477.6131
Yxy59.44140.23890.3301
Hunter Lab77.0982-35.3435-5.7172
CIE-Lab81.5336-36.5363-10.4963

#56dedd color RGB value is (86,222,221).

#56dedd hex color red value is 86, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #56dedd hue: 0.50 , saturation: 0.67 and the lightness value of 56dedd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011110 11011101
Octal 126 336 335
Decimal 86 222 221
Hex 56 DE DD

RGB Percentages of Color #56dedd

%16.26
%41.97
%41.78

CMYK Percentages of Color #56dedd

%61
%0
%0
%13

Triadic Colors of #56dedd

#56dedd #dd56de #dedd56

Analogous Colors of #56dedd

#56dedd #569bde #56de99

Monochromatic Colors of #56dedd

#56dedd

Complementary Color

#56dedd #de5657

#56dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dedd Color CSS Codes

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

#56dedd Text Font Color

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

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


#56dedd Background Color

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

This div background color is #56dedd


#56dedd Border Color

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

This div border color is #56dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dedd


Comments

No comments written yet.

Please login to write comment.