Color Hex Logo

#59ddde Color Hex

#59DDDE
(89,221,222)
0 Favorites   0 Comments

Color spaces of #59ddde

RGB 89221222
HSL0.500.670.61
HSV180°60°87°
CMYK 0.600.000.00   0.13
XYZ43.161159.110778.2419
Yxy59.11070.23910.3275
Hunter Lab76.8835-34.3392-6.5191
CIE-Lab81.3524-35.3068-11.2899

#59ddde color RGB value is (89,221,222).

#59ddde hex color red value is 89, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #59ddde hue: 0.50 , saturation: 0.67 and the lightness value of 59ddde is 0.61.

The process color (four color CMYK) of #59ddde color hex is 0.60, 0.00, 0.00, 0.13. Web safe color of #59ddde is #66cccc. Color #59ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11011110
Octal 131 335 336
Decimal 89 221 222
Hex 59 DD DE

RGB Percentages of Color #59ddde

%16.73
%41.54
%41.73

CMYK Percentages of Color #59ddde

%60
%0
%0
%13

Triadic Colors of #59ddde

#59ddde #de59dd #ddde59

Analogous Colors of #59ddde

#59ddde #599bde #59de9d

Monochromatic Colors of #59ddde

#59ddde

Complementary Color

#59ddde #de5a59

#59ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddde Color CSS Codes

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

#59ddde Text Font Color

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

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


#59ddde Background Color

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

This div background color is #59ddde


#59ddde Border Color

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

This div border color is #59ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddde


Comments

No comments written yet.

Please login to write comment.