Color Hex Logo

#59abde Color Hex

#59ABDE
(89,171,222)
0 Favorites   0 Comments

Color spaces of #59abde

RGB 89171222
HSL0.560.670.61
HSV203°60°87°
CMYK 0.600.230.00   0.13
XYZ31.867536.523674.4774
Yxy36.52360.22310.2556
Hunter Lab60.4348-11.6370-30.7623
CIE-Lab66.9181-10.0508-33.2563

#59abde color RGB value is (89,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101011 11011110
Octal 131 253 336
Decimal 89 171 222
Hex 59 AB DE

RGB Percentages of Color #59abde

%18.46
%35.48
%46.06

CMYK Percentages of Color #59abde

%60
%23
%0
%13

Triadic Colors of #59abde

#59abde #de59ab #abde59

Analogous Colors of #59abde

#59abde #5969de #59decf

Monochromatic Colors of #59abde

#59abde

Complementary Color

#59abde #de8c59

#59abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#59abde Color CSS Codes

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

#59abde Text Font Color

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

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


#59abde Background Color

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

This div background color is #59abde


#59abde Border Color

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

This div border color is #59abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59abde


Comments

No comments written yet.

Please login to write comment.