Color Hex Logo

#56e4aa Color Hex

#56E4AA
(86,228,170)
0 Favorites   0 Comments

Color spaces of #56e4aa

RGB 86228170
HSL0.430.720.62
HSV155°62°89°
CMYK 0.620.000.25   0.11
XYZ38.836960.367547.6354
Yxy60.36750.26450.4111
Hunter Lab77.6965-46.745018.0371
CIE-Lab82.0375-51.548717.2018

#56e4aa color RGB value is (86,228,170).

#56e4aa hex color red value is 86, green value is 228 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #56e4aa hue: 0.43 , saturation: 0.72 and the lightness value of 56e4aa is 0.62.

The process color (four color CMYK) of #56e4aa color hex is 0.62, 0.00, 0.25, 0.11. Web safe color of #56e4aa is #66cc99. Color #56e4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11100100 10101010
Octal 126 344 252
Decimal 86 228 170
Hex 56 E4 AA

RGB Percentages of Color #56e4aa

%17.77
%47.11
%35.12

CMYK Percentages of Color #56e4aa

%62
%0
%25
%11

Triadic Colors of #56e4aa

#56e4aa #aa56e4 #e4aa56

Analogous Colors of #56e4aa

#56e4aa #56d7e4 #56e463

Monochromatic Colors of #56e4aa

#56e4aa

Complementary Color

#56e4aa #e45690

#56e4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56e4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#56e4aa Color CSS Codes

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

#56e4aa Text Font Color

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

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


#56e4aa Background Color

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

This div background color is #56e4aa


#56e4aa Border Color

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

This div border color is #56e4aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,228,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 #56e4aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56e4aa


Comments

No comments written yet.

Please login to write comment.