Color Hex Logo

#59dbba Color Hex

#59DBBA
(89,219,186)
0 Favorites   0 Comments

Color spaces of #59dbba

RGB 89219186
HSL0.460.640.60
HSV165°59°86°
CMYK 0.590.000.15   0.14
XYZ38.314356.332155.3082
Yxy56.33210.25550.3757
Hunter Lab75.0547-40.22428.8472
CIE-Lab79.8025-43.58655.5986

#59dbba color RGB value is (89,219,186).

#59dbba hex color red value is 89, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #59dbba hue: 0.46 , saturation: 0.64 and the lightness value of 59dbba is 0.60.

The process color (four color CMYK) of #59dbba color hex is 0.59, 0.00, 0.15, 0.14. Web safe color of #59dbba is #66cccc. Color #59dbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011011 10111010
Octal 131 333 272
Decimal 89 219 186
Hex 59 DB BA

RGB Percentages of Color #59dbba

%18.02
%44.33
%37.65

CMYK Percentages of Color #59dbba

%59
%0
%15
%14

Triadic Colors of #59dbba

#59dbba #ba59db #dbba59

Analogous Colors of #59dbba

#59dbba #59bbdb #59db79

Monochromatic Colors of #59dbba

#59dbba

Complementary Color

#59dbba #db597a

#59dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dbba Color CSS Codes

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

#59dbba Text Font Color

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

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


#59dbba Background Color

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

This div background color is #59dbba


#59dbba Border Color

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

This div border color is #59dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dbba


Comments

No comments written yet.

Please login to write comment.