Color Hex Logo

#59beae Color Hex

#59BEAE
(89,190,174)
1 Favorites   0 Comments

Color spaces of #59beae

RGB 89190174
HSL0.470.440.55
HSV170°53°75°
CMYK 0.530.000.08   0.25
XYZ30.173342.006846.5622
Yxy42.00680.25410.3538
Hunter Lab64.8127-30.32212.7742
CIE-Lab70.8756-33.3771-0.8941

#59beae color RGB value is (89,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 10101110
Octal 131 276 256
Decimal 89 190 174
Hex 59 BE AE

RGB Percentages of Color #59beae

%19.65
%41.94
%38.41

CMYK Percentages of Color #59beae

%53
%0
%8
%25

Triadic Colors of #59beae

#59beae #ae59be #beae59

Analogous Colors of #59beae

#59beae #599cbe #59be7c

Monochromatic Colors of #59beae

#59beae

Complementary Color

#59beae #be5969

#59beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#59beae Color CSS Codes

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

#59beae Text Font Color

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

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


#59beae Background Color

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

This div background color is #59beae


#59beae Border Color

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

This div border color is #59beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59beae


Comments

No comments written yet.

Please login to write comment.