Color Hex Logo

#56ddab Color Hex

#56DDAB
(86,221,171)
0 Favorites   0 Comments

Color spaces of #56ddab

RGB 86221171
HSL0.440.670.60
HSV158°61°87°
CMYK 0.610.000.23   0.13
XYZ37.044956.631647.5066
Yxy56.63160.26240.4011
Hunter Lab75.2540-43.825115.2490
CIE-Lab79.9719-48.442013.7773

#56ddab color RGB value is (86,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011101 10101011
Octal 126 335 253
Decimal 86 221 171
Hex 56 DD AB

RGB Percentages of Color #56ddab

%17.99
%46.23
%35.77

CMYK Percentages of Color #56ddab

%61
%0
%23
%13

Triadic Colors of #56ddab

#56ddab #ab56dd #ddab56

Analogous Colors of #56ddab

#56ddab #56ccdd #56dd68

Monochromatic Colors of #56ddab

#56ddab

Complementary Color

#56ddab #dd5688

#56ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#56ddab Color CSS Codes

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

#56ddab Text Font Color

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

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


#56ddab Background Color

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

This div background color is #56ddab


#56ddab Border Color

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

This div border color is #56ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56ddab


Comments

No comments written yet.

Please login to write comment.