Color Hex Logo

#59dafd Color Hex

#59DAFD
(89,218,253)
0 Favorites   0 Comments

Color spaces of #59dafd

RGB 89218253
HSL0.540.980.67
HSV193°65°99°
CMYK 0.650.140.00   0.01
XYZ46.920859.3585101.9129
Yxy59.35850.22540.2851
Hunter Lab77.0445-26.1197-24.4965
CIE-Lab81.4883-25.0425-27.5547

#59dafd color RGB value is (89,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011010 11111101
Octal 131 332 375
Decimal 89 218 253
Hex 59 DA FD

RGB Percentages of Color #59dafd

%15.89
%38.93
%45.18

CMYK Percentages of Color #59dafd

%65
%14
%0
%1

Triadic Colors of #59dafd

#59dafd #fd59da #dafd59

Analogous Colors of #59dafd

#59dafd #5988fd #59fdce

Monochromatic Colors of #59dafd

#59dafd

Complementary Color

#59dafd #fd7c59

#59dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dafd Color CSS Codes

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

#59dafd Text Font Color

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

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


#59dafd Background Color

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

This div background color is #59dafd


#59dafd Border Color

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

This div border color is #59dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.