Color Hex Logo

#59aeab Color Hex

#59AEAB
(89,174,171)
0 Favorites   0 Comments

Color spaces of #59aeab

RGB 89174171
HSL0.490.340.52
HSV178°49°68°
CMYK 0.490.000.02   0.32
XYZ26.606635.336243.9463
Yxy35.33620.25130.3337
Hunter Lab59.4443-24.1328-2.2213
CIE-Lab66.0096-26.4098-6.4074

#59aeab color RGB value is (89,174,171).

#59aeab hex color red value is 89, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #59aeab hue: 0.49 , saturation: 0.34 and the lightness value of 59aeab is 0.52.

The process color (four color CMYK) of #59aeab color hex is 0.49, 0.00, 0.02, 0.32. Web safe color of #59aeab is #669999. Color #59aeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101110 10101011
Octal 131 256 253
Decimal 89 174 171
Hex 59 AE AB

RGB Percentages of Color #59aeab

%20.51
%40.09
%39.40

CMYK Percentages of Color #59aeab

%49
%0
%2
%32

Triadic Colors of #59aeab

#59aeab #ab59ae #aeab59

Analogous Colors of #59aeab

#59aeab #5987ae #59ae81

Monochromatic Colors of #59aeab

#59aeab

Complementary Color

#59aeab #ae595c

#59aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aeab Color CSS Codes

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

#59aeab Text Font Color

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

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


#59aeab Background Color

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

This div background color is #59aeab


#59aeab Border Color

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

This div border color is #59aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aeab


Comments

No comments written yet.

Please login to write comment.