Color Hex Logo

#59daec Color Hex

#59DAEC
(89,218,236)
0 Favorites   0 Comments

Color spaces of #59daec

RGB 89218236
HSL0.520.790.64
HSV187°62°93°
CMYK 0.620.080.00   0.07
XYZ44.331558.322888.2778
Yxy58.32280.23220.3055
Hunter Lab76.3694-30.0293-15.0767
CIE-Lab80.9179-29.9912-19.3922

#59daec color RGB value is (89,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011010 11101100
Octal 131 332 354
Decimal 89 218 236
Hex 59 DA EC

RGB Percentages of Color #59daec

%16.39
%40.15
%43.46

CMYK Percentages of Color #59daec

%62
%8
%0
%7

Triadic Colors of #59daec

#59daec #ec59da #daec59

Analogous Colors of #59daec

#59daec #5991ec #59ecb5

Monochromatic Colors of #59daec

#59daec

Complementary Color

#59daec #ec6b59

#59daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#59daec Color CSS Codes

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

#59daec Text Font Color

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

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


#59daec Background Color

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

This div background color is #59daec


#59daec Border Color

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

This div border color is #59daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59daec


Comments

No comments written yet.

Please login to write comment.