Color Hex Logo

#59cddb Color Hex

#59CDDB
(89,205,219)
0 Favorites   0 Comments

Color spaces of #59cddb

RGB 89205219
HSL0.520.640.60
HSV186°59°86°
CMYK 0.590.060.00   0.14
XYZ38.737350.901074.8010
Yxy50.90100.23560.3095
Hunter Lab71.3449-27.9356-12.2206
CIE-Lab76.6190-28.5104-16.7854

#59cddb color RGB value is (89,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001101 11011011
Octal 131 315 333
Decimal 89 205 219
Hex 59 CD DB

RGB Percentages of Color #59cddb

%17.35
%39.96
%42.69

CMYK Percentages of Color #59cddb

%59
%6
%0
%14

Triadic Colors of #59cddb

#59cddb #db59cd #cddb59

Analogous Colors of #59cddb

#59cddb #598cdb #59dba8

Monochromatic Colors of #59cddb

#59cddb

Complementary Color

#59cddb #db6759

#59cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cddb Color CSS Codes

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

#59cddb Text Font Color

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

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


#59cddb Background Color

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

This div background color is #59cddb


#59cddb Border Color

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

This div border color is #59cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cddb


Comments

No comments written yet.

Please login to write comment.