Color Hex Logo

#59dbbe Color Hex

#59DBBE
(89,219,190)
0 Favorites   0 Comments

Color spaces of #59dbbe

RGB 89219190
HSL0.460.640.60
HSV167°59°86°
CMYK 0.590.000.13   0.14
XYZ38.745656.504657.5796
Yxy56.50460.25350.3697
Hunter Lab75.1695-39.54027.2028
CIE-Lab79.9001-42.62683.6117

#59dbbe color RGB value is (89,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011011 10111110
Octal 131 333 276
Decimal 89 219 190
Hex 59 DB BE

RGB Percentages of Color #59dbbe

%17.87
%43.98
%38.15

CMYK Percentages of Color #59dbbe

%59
%0
%13
%14

Triadic Colors of #59dbbe

#59dbbe #be59db #dbbe59

Analogous Colors of #59dbbe

#59dbbe #59b7db #59db7d

Monochromatic Colors of #59dbbe

#59dbbe

Complementary Color

#59dbbe #db5976

#59dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dbbe Color CSS Codes

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

#59dbbe Text Font Color

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

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


#59dbbe Background Color

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

This div background color is #59dbbe


#59dbbe Border Color

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

This div border color is #59dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dbbe


Comments

No comments written yet.

Please login to write comment.