Color Hex Logo

#59bfaa Color Hex

#59BFAA
(89,191,170)
0 Favorites   0 Comments

Color spaces of #59bfaa

RGB 89191170
HSL0.470.440.55
HSV168°53°75°
CMYK 0.530.000.11   0.25
XYZ30.006342.287744.6111
Yxy42.28770.25670.3617
Hunter Lab65.0290-31.43564.8463
CIE-Lab71.0688-34.84041.5738

#59bfaa color RGB value is (89,191,170).

#59bfaa hex color red value is 89, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #59bfaa hue: 0.47 , saturation: 0.44 and the lightness value of 59bfaa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 10101010
Octal 131 277 252
Decimal 89 191 170
Hex 59 BF AA

RGB Percentages of Color #59bfaa

%19.78
%42.44
%37.78

CMYK Percentages of Color #59bfaa

%53
%0
%11
%25

Triadic Colors of #59bfaa

#59bfaa #aa59bf #bfaa59

Analogous Colors of #59bfaa

#59bfaa #59a1bf #59bf77

Monochromatic Colors of #59bfaa

#59bfaa

Complementary Color

#59bfaa #bf596e

#59bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfaa Color CSS Codes

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

#59bfaa Text Font Color

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

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


#59bfaa Background Color

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

This div background color is #59bfaa


#59bfaa Border Color

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

This div border color is #59bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfaa


Comments

No comments written yet.

Please login to write comment.