Color Hex Logo

#59aaed Color Hex

#59AAED
(89,170,237)
0 Favorites   0 Comments

Color spaces of #59aaed

RGB 89170237
HSL0.580.800.64
HSV207°62°93°
CMYK 0.620.280.00   0.07
XYZ33.780636.987785.4797
Yxy36.98770.21620.2367
Hunter Lab60.8175-7.2843-40.7605
CIE-Lab67.2678-4.7419-40.9354

#59aaed color RGB value is (89,170,237).

#59aaed hex color red value is 89, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #59aaed hue: 0.58 , saturation: 0.80 and the lightness value of 59aaed is 0.64.

The process color (four color CMYK) of #59aaed color hex is 0.62, 0.28, 0.00, 0.07. Web safe color of #59aaed is #6699ff. Color #59aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 11101101
Octal 131 252 355
Decimal 89 170 237
Hex 59 AA ED

RGB Percentages of Color #59aaed

%17.94
%34.27
%47.78

CMYK Percentages of Color #59aaed

%62
%28
%0
%7

Triadic Colors of #59aaed

#59aaed #ed59aa #aaed59

Analogous Colors of #59aaed

#59aaed #5960ed #59ede6

Monochromatic Colors of #59aaed

#59aaed

Complementary Color

#59aaed #ed9c59

#59aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aaed Color CSS Codes

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

#59aaed Text Font Color

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

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


#59aaed Background Color

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

This div background color is #59aaed


#59aaed Border Color

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

This div border color is #59aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aaed


Comments

No comments written yet.

Please login to write comment.