Color Hex Logo

#59beac Color Hex

#59BEAC
(89,190,172)
0 Favorites   0 Comments

Color spaces of #59beac

RGB 89190172
HSL0.470.440.55
HSV169°53°75°
CMYK 0.530.000.09   0.25
XYZ29.979741.929345.5428
Yxy41.92930.25530.3570
Hunter Lab64.7528-30.67433.6264
CIE-Lab70.8221-33.87770.1215

#59beac color RGB value is (89,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 10101100
Octal 131 276 254
Decimal 89 190 172
Hex 59 BE AC

RGB Percentages of Color #59beac

%19.73
%42.13
%38.14

CMYK Percentages of Color #59beac

%53
%0
%9
%25

Triadic Colors of #59beac

#59beac #ac59be #beac59

Analogous Colors of #59beac

#59beac #599ebe #59be7a

Monochromatic Colors of #59beac

#59beac

Complementary Color

#59beac #be596b

#59beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#59beac Color CSS Codes

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

#59beac Text Font Color

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

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


#59beac Background Color

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

This div background color is #59beac


#59beac Border Color

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

This div border color is #59beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59beac


Comments

No comments written yet.

Please login to write comment.