Color Hex Logo

#59daff Color Hex

#59DAFF
(89,218,255)
0 Favorites   0 Comments

Color spaces of #59daff

RGB 89218255
HSL0.541.000.67
HSV193°65°100°
CMYK 0.650.150.00   0.00
XYZ47.241259.4867103.5999
Yxy59.48670.22460.2828
Hunter Lab77.1276-25.6409-25.6506
CIE-Lab81.5584-24.4474-28.5074

#59daff color RGB value is (89,218,255).

#59daff hex color red value is 89, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #59daff hue: 0.54 , saturation: 1.00 and the lightness value of 59daff is 0.67.

The process color (four color CMYK) of #59daff color hex is 0.65, 0.15, 0.00, 0.00. Web safe color of #59daff is #66ccff. Color #59daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011010 11111111
Octal 131 332 377
Decimal 89 218 255
Hex 59 DA FF

RGB Percentages of Color #59daff

%15.84
%38.79
%45.37

CMYK Percentages of Color #59daff

%65
%15
%0
%0

Triadic Colors of #59daff

#59daff #ff59da #daff59

Analogous Colors of #59daff

#59daff #5987ff #59ffd1

Monochromatic Colors of #59daff

#59daff

Complementary Color

#59daff #ff7e59

#59daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#59daff Color CSS Codes

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

#59daff Text Font Color

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

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


#59daff Background Color

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

This div background color is #59daff


#59daff Border Color

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

This div border color is #59daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59daff


Comments

No comments written yet.

Please login to write comment.