Color Hex Logo

#59dbda Color Hex

#59DBDA
(89,219,218)
0 Favorites   0 Comments

Color spaces of #59dbda

RGB 89219218
HSL0.500.640.60
HSV180°59°86°
CMYK 0.590.000.00   0.14
XYZ42.106257.848875.2764
Yxy57.84880.24030.3301
Hunter Lab76.0584-34.2840-5.4395
CIE-Lab80.6547-35.4562-10.2005

#59dbda color RGB value is (89,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011011 11011010
Octal 131 333 332
Decimal 89 219 218
Hex 59 DB DA

RGB Percentages of Color #59dbda

%16.92
%41.63
%41.44

CMYK Percentages of Color #59dbda

%59
%0
%0
%14

Triadic Colors of #59dbda

#59dbda #da59db #dbda59

Analogous Colors of #59dbda

#59dbda #599bdb #59db99

Monochromatic Colors of #59dbda

#59dbda

Complementary Color

#59dbda #db595a

#59dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dbda Color CSS Codes

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

#59dbda Text Font Color

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

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


#59dbda Background Color

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

This div background color is #59dbda


#59dbda Border Color

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

This div border color is #59dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dbda


Comments

No comments written yet.

Please login to write comment.