Color Hex Logo

#59ddec Color Hex

#59DDEC
(89,221,236)
0 Favorites   0 Comments

Color spaces of #59ddec

RGB 89221236
HSL0.520.790.64
HSV186°62°93°
CMYK 0.620.060.00   0.07
XYZ45.116659.892988.5395
Yxy59.89290.23310.3094
Hunter Lab77.3905-31.3726-13.6581
CIE-Lab81.7799-31.4311-18.0901

#59ddec color RGB value is (89,221,236).

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

The process color (four color CMYK) of #59ddec color hex is 0.62, 0.06, 0.00, 0.07. Web safe color of #59ddec is #66ccff. Color #59ddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11101100
Octal 131 335 354
Decimal 89 221 236
Hex 59 DD EC

RGB Percentages of Color #59ddec

%16.30
%40.48
%43.22

CMYK Percentages of Color #59ddec

%62
%6
%0
%7

Triadic Colors of #59ddec

#59ddec #ec59dd #ddec59

Analogous Colors of #59ddec

#59ddec #5994ec #59ecb2

Monochromatic Colors of #59ddec

#59ddec

Complementary Color

#59ddec #ec6859

#59ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddec Color CSS Codes

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

#59ddec Text Font Color

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

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


#59ddec Background Color

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

This div background color is #59ddec


#59ddec Border Color

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

This div border color is #59ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddec


Comments

No comments written yet.

Please login to write comment.