Color Hex Logo

#59aede Color Hex

#59AEDE
(89,174,222)
0 Favorites   0 Comments

Color spaces of #59aede

RGB 89174222
HSL0.560.670.61
HSV202°60°87°
CMYK 0.600.220.00   0.13
XYZ32.440737.669974.6684
Yxy37.66990.22410.2602
Hunter Lab61.3758-13.0600-29.1678
CIE-Lab67.7766-11.6811-31.9266

#59aede color RGB value is (89,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101110 11011110
Octal 131 256 336
Decimal 89 174 222
Hex 59 AE DE

RGB Percentages of Color #59aede

%18.35
%35.88
%45.77

CMYK Percentages of Color #59aede

%60
%22
%0
%13

Triadic Colors of #59aede

#59aede #de59ae #aede59

Analogous Colors of #59aede

#59aede #596cde #59decc

Monochromatic Colors of #59aede

#59aede

Complementary Color

#59aede #de8959

#59aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aede Color CSS Codes

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

#59aede Text Font Color

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

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


#59aede Background Color

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

This div background color is #59aede


#59aede Border Color

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

This div border color is #59aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aede


Comments

No comments written yet.

Please login to write comment.