Color Hex Logo

#59cbac Color Hex

#59CBAC
(89,203,172)
0 Favorites   0 Comments

Color spaces of #59cbac

RGB 89203172
HSL0.450.520.57
HSV164°56°80°
CMYK 0.560.000.15   0.20
XYZ32.922247.814346.5236
Yxy47.81430.25870.3757
Hunter Lab69.1479-36.02268.5124
CIE-Lab74.7077-39.83605.7545

#59cbac color RGB value is (89,203,172).

#59cbac hex color red value is 89, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #59cbac hue: 0.45 , saturation: 0.52 and the lightness value of 59cbac is 0.57.

The process color (four color CMYK) of #59cbac color hex is 0.56, 0.00, 0.15, 0.20. Web safe color of #59cbac is #66cc99. Color #59cbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001011 10101100
Octal 131 313 254
Decimal 89 203 172
Hex 59 CB AC

RGB Percentages of Color #59cbac

%19.18
%43.75
%37.07

CMYK Percentages of Color #59cbac

%56
%0
%15
%20

Triadic Colors of #59cbac

#59cbac #ac59cb #cbac59

Analogous Colors of #59cbac

#59cbac #59b1cb #59cb73

Monochromatic Colors of #59cbac

#59cbac

Complementary Color

#59cbac #cb5978

#59cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cbac Color CSS Codes

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

#59cbac Text Font Color

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

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


#59cbac Background Color

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

This div background color is #59cbac


#59cbac Border Color

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

This div border color is #59cbac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,203,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cbac


Comments

No comments written yet.

Please login to write comment.