Color Hex Logo

#56d2aa Color Hex

#56D2AA
(86,210,170)
0 Favorites   0 Comments

Color spaces of #56d2aa

RGB 86210170
HSL0.450.580.58
HSV161°59°82°
CMYK 0.590.000.19   0.18
XYZ34.140050.973946.0698
Yxy50.97390.26020.3886
Hunter Lab71.3960-39.588211.7191
CIE-Lab76.6632-43.98779.6176

#56d2aa color RGB value is (86,210,170).

#56d2aa hex color red value is 86, green value is 210 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #56d2aa hue: 0.45 , saturation: 0.58 and the lightness value of 56d2aa is 0.58.

The process color (four color CMYK) of #56d2aa color hex is 0.59, 0.00, 0.19, 0.18. Web safe color of #56d2aa is #66cc99. Color #56d2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11010010 10101010
Octal 126 322 252
Decimal 86 210 170
Hex 56 D2 AA

RGB Percentages of Color #56d2aa

%18.45
%45.06
%36.48

CMYK Percentages of Color #56d2aa

%59
%0
%19
%18

Triadic Colors of #56d2aa

#56d2aa #aa56d2 #d2aa56

Analogous Colors of #56d2aa

#56d2aa #56bcd2 #56d26c

Monochromatic Colors of #56d2aa

#56d2aa

Complementary Color

#56d2aa #d2567e

#56d2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56d2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56d2aa Color CSS Codes

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

#56d2aa Text Font Color

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

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


#56d2aa Background Color

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

This div background color is #56d2aa


#56d2aa Border Color

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

This div border color is #56d2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56d2aa


Comments

No comments written yet.

Please login to write comment.