Color Hex Logo

#59aadf Color Hex

#59AADF
(89,170,223)
0 Favorites   0 Comments

Color spaces of #59aadf

RGB 89170223
HSL0.570.680.61
HSV204°60°87°
CMYK 0.600.240.00   0.13
XYZ31.813836.201075.1228
Yxy36.20100.22230.2529
Hunter Lab60.1673-10.9098-31.9104
CIE-Lab66.6732-9.1906-34.1860

#59aadf color RGB value is (89,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 11011111
Octal 131 252 337
Decimal 89 170 223
Hex 59 AA DF

RGB Percentages of Color #59aadf

%18.46
%35.27
%46.27

CMYK Percentages of Color #59aadf

%60
%24
%0
%13

Triadic Colors of #59aadf

#59aadf #df59aa #aadf59

Analogous Colors of #59aadf

#59aadf #5967df #59dfd1

Monochromatic Colors of #59aadf

#59aadf

Complementary Color

#59aadf #df8e59

#59aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aadf Color CSS Codes

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

#59aadf Text Font Color

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

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


#59aadf Background Color

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

This div background color is #59aadf


#59aadf Border Color

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

This div border color is #59aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aadf


Comments

No comments written yet.

Please login to write comment.