Color Hex Logo

#59aaea Color Hex

#59AAEA
(89,170,234)
0 Favorites   0 Comments

Color spaces of #59aaea

RGB 89170234
HSL0.570.780.63
HSV206°62°92°
CMYK 0.620.270.00   0.08
XYZ33.345836.813883.1902
Yxy36.81380.21740.2401
Hunter Lab60.6744-8.0790-38.8200
CIE-Lab67.1371-5.7047-39.4985

#59aaea color RGB value is (89,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 11101010
Octal 131 252 352
Decimal 89 170 234
Hex 59 AA EA

RGB Percentages of Color #59aaea

%18.05
%34.48
%47.46

CMYK Percentages of Color #59aaea

%62
%27
%0
%8

Triadic Colors of #59aaea

#59aaea #ea59aa #aaea59

Analogous Colors of #59aaea

#59aaea #5962ea #59eae2

Monochromatic Colors of #59aaea

#59aaea

Complementary Color

#59aaea #ea9959

#59aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aaea Color CSS Codes

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

#59aaea Text Font Color

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

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


#59aaea Background Color

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

This div background color is #59aaea


#59aaea Border Color

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

This div border color is #59aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aaea


Comments

No comments written yet.

Please login to write comment.