Color Hex Logo

#56ddad Color Hex

#56DDAD
(86,221,173)
0 Favorites   0 Comments

Color spaces of #56ddad

RGB 86221173
HSL0.440.670.60
HSV159°61°87°
CMYK 0.610.000.22   0.13
XYZ37.237056.708548.5184
Yxy56.70850.26140.3981
Hunter Lab75.3050-43.518814.5135
CIE-Lab80.0154-47.998912.7829

#56ddad color RGB value is (86,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011101 10101101
Octal 126 335 255
Decimal 86 221 173
Hex 56 DD AD

RGB Percentages of Color #56ddad

%17.92
%46.04
%36.04

CMYK Percentages of Color #56ddad

%61
%0
%22
%13

Triadic Colors of #56ddad

#56ddad #ad56dd #ddad56

Analogous Colors of #56ddad

#56ddad #56cadd #56dd6a

Monochromatic Colors of #56ddad

#56ddad

Complementary Color

#56ddad #dd5686

#56ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ddad Color CSS Codes

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

#56ddad Text Font Color

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

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


#56ddad Background Color

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

This div background color is #56ddad


#56ddad Border Color

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

This div border color is #56ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ddad


Comments

No comments written yet.

Please login to write comment.