Color Hex Logo

#59a7dd Color Hex

#59A7DD
(89,167,221)
0 Favorites   0 Comments

Color spaces of #59a7dd

RGB 89167221
HSL0.570.660.61
HSV205°60°87°
CMYK 0.600.240.00   0.13
XYZ30.989734.981773.5254
Yxy34.98170.22220.2508
Hunter Lab59.1453-9.9777-32.3035
CIE-Lab65.7344-8.1679-34.5430

#59a7dd color RGB value is (89,167,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10100111 11011101
Octal 131 247 335
Decimal 89 167 221
Hex 59 A7 DD

RGB Percentages of Color #59a7dd

%18.66
%35.01
%46.33

CMYK Percentages of Color #59a7dd

%60
%24
%0
%13

Triadic Colors of #59a7dd

#59a7dd #dd59a7 #a7dd59

Analogous Colors of #59a7dd

#59a7dd #5965dd #59ddd1

Monochromatic Colors of #59a7dd

#59a7dd

Complementary Color

#59a7dd #dd8f59

#59a7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59a7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59a7dd Color CSS Codes

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

#59a7dd Text Font Color

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

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


#59a7dd Background Color

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

This div background color is #59a7dd


#59a7dd Border Color

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

This div border color is #59a7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59a7dd


Comments

No comments written yet.

Please login to write comment.