Color Hex Logo

#59cbba Color Hex

#59CBBA
(89,203,186)
0 Favorites   0 Comments

Color spaces of #59cbba

RGB 89203186
HSL0.480.520.57
HSV171°56°80°
CMYK 0.560.000.08   0.20
XYZ34.338748.380953.9830
Yxy48.38090.25120.3539
Hunter Lab69.5564-33.60152.6742
CIE-Lab75.0645-36.4088-1.2854

#59cbba color RGB value is (89,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001011 10111010
Octal 131 313 272
Decimal 89 203 186
Hex 59 CB BA

RGB Percentages of Color #59cbba

%18.62
%42.47
%38.91

CMYK Percentages of Color #59cbba

%56
%0
%8
%20

Triadic Colors of #59cbba

#59cbba #ba59cb #cbba59

Analogous Colors of #59cbba

#59cbba #59a3cb #59cb81

Monochromatic Colors of #59cbba

#59cbba

Complementary Color

#59cbba #cb596a

#59cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cbba Color CSS Codes

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

#59cbba Text Font Color

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

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


#59cbba Background Color

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

This div background color is #59cbba


#59cbba Border Color

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

This div border color is #59cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cbba


Comments

No comments written yet.

Please login to write comment.