Color Hex Logo

#59bcae Color Hex

#59BCAE
(89,188,174)
0 Favorites   0 Comments

Color spaces of #59bcae

RGB 89188174
HSL0.480.420.54
HSV172°53°74°
CMYK 0.530.000.07   0.26
XYZ29.743041.146346.4188
Yxy41.14630.25350.3508
Hunter Lab64.1454-29.48731.9966
CIE-Lab70.2783-32.4317-1.7691

#59bcae color RGB value is (89,188,174).

#59bcae hex color red value is 89, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #59bcae hue: 0.48 , saturation: 0.42 and the lightness value of 59bcae is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111100 10101110
Octal 131 274 256
Decimal 89 188 174
Hex 59 BC AE

RGB Percentages of Color #59bcae

%19.73
%41.69
%38.58

CMYK Percentages of Color #59bcae

%53
%0
%7
%26

Triadic Colors of #59bcae

#59bcae #ae59bc #bcae59

Analogous Colors of #59bcae

#59bcae #5999bc #59bc7d

Monochromatic Colors of #59bcae

#59bcae

Complementary Color

#59bcae #bc5967

#59bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bcae Color CSS Codes

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

#59bcae Text Font Color

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

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


#59bcae Background Color

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

This div background color is #59bcae


#59bcae Border Color

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

This div border color is #59bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bcae


Comments

No comments written yet.

Please login to write comment.