Color Hex Logo

#59edaa Color Hex

#59EDAA
(89,237,170)
0 Favorites   0 Comments

Color spaces of #59edaa

RGB 89237170
HSL0.420.800.64
HSV153°62°93°
CMYK 0.620.000.28   0.07
XYZ41.659765.594548.4955
Yxy65.59450.26750.4212
Hunter Lab80.9904-49.916821.1916
CIE-Lab84.7892-54.629321.0376

#59edaa color RGB value is (89,237,170).

#59edaa hex color red value is 89, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #59edaa hue: 0.42 , saturation: 0.80 and the lightness value of 59edaa is 0.64.

The process color (four color CMYK) of #59edaa color hex is 0.62, 0.00, 0.28, 0.07. Web safe color of #59edaa is #66ff99. Color #59edaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101101 10101010
Octal 131 355 252
Decimal 89 237 170
Hex 59 ED AA

RGB Percentages of Color #59edaa

%17.94
%47.78
%34.27

CMYK Percentages of Color #59edaa

%62
%0
%28
%7

Triadic Colors of #59edaa

#59edaa #aa59ed #edaa59

Analogous Colors of #59edaa

#59edaa #59e6ed #59ed60

Monochromatic Colors of #59edaa

#59edaa

Complementary Color

#59edaa #ed599c

#59edaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59edaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59edaa Color CSS Codes

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

#59edaa Text Font Color

<p style="color:#59edaa">Text here</p>

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


#59edaa Background Color

<div style="background-color:#59edaa">
Div content here</div>

This div background color is #59edaa


#59edaa Border Color

<div style="border:3px solid #59edaa">
Div here</div>

This div border color is #59edaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,237,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59edaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59edaa;
  -webkit-box-shadow: 1px 1px 3px 2px #59edaa;
  box-shadow:         1px 1px 3px 2px #59edaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,237,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 #59edaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59edaa


Comments

No comments written yet.

Please login to write comment.