Color Hex Logo

#59abdf Color Hex

#59ABDF
(89,171,223)
0 Favorites   0 Comments

Color spaces of #59abdf

RGB 89171223
HSL0.560.680.61
HSV203°60°87°
CMYK 0.600.230.00   0.13
XYZ32.002036.577475.1855
Yxy36.57740.22260.2544
Hunter Lab60.4793-11.3872-31.3716
CIE-Lab66.9588-9.7382-33.7428

#59abdf color RGB value is (89,171,223).

#59abdf hex color red value is 89, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #59abdf hue: 0.56 , saturation: 0.68 and the lightness value of 59abdf is 0.61.

The process color (four color CMYK) of #59abdf color hex is 0.60, 0.23, 0.00, 0.13. Web safe color of #59abdf is #6699cc. Color #59abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101011 11011111
Octal 131 253 337
Decimal 89 171 223
Hex 59 AB DF

RGB Percentages of Color #59abdf

%18.43
%35.40
%46.17

CMYK Percentages of Color #59abdf

%60
%23
%0
%13

Triadic Colors of #59abdf

#59abdf #df59ab #abdf59

Analogous Colors of #59abdf

#59abdf #5968df #59dfd0

Monochromatic Colors of #59abdf

#59abdf

Complementary Color

#59abdf #df8d59

#59abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59abdf Color CSS Codes

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

#59abdf Text Font Color

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

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


#59abdf Background Color

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

This div background color is #59abdf


#59abdf Border Color

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

This div border color is #59abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59abdf


Comments

No comments written yet.

Please login to write comment.