Color Hex Logo

#59dabe Color Hex

#59DABE
(89,218,190)
0 Favorites   0 Comments

Color spaces of #59dabe

RGB 89218190
HSL0.460.640.60
HSV167°59°85°
CMYK 0.590.000.13   0.15
XYZ38.485555.984457.4929
Yxy55.98440.25330.3684
Hunter Lab74.8227-39.12736.8182
CIE-Lab79.6049-42.18583.1840

#59dabe color RGB value is (89,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011010 10111110
Octal 131 332 276
Decimal 89 218 190
Hex 59 DA BE

RGB Percentages of Color #59dabe

%17.91
%43.86
%38.23

CMYK Percentages of Color #59dabe

%59
%0
%13
%15

Triadic Colors of #59dabe

#59dabe #be59da #dabe59

Analogous Colors of #59dabe

#59dabe #59b6da #59da7e

Monochromatic Colors of #59dabe

#59dabe

Complementary Color

#59dabe #da5975

#59dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dabe Color CSS Codes

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

#59dabe Text Font Color

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

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


#59dabe Background Color

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

This div background color is #59dabe


#59dabe Border Color

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

This div border color is #59dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dabe


Comments

No comments written yet.

Please login to write comment.