Color Hex Logo

#59aaee Color Hex

#59AAEE
(89,170,238)
0 Favorites   0 Comments

Color spaces of #59aaee

RGB 89170238
HSL0.580.810.64
HSV207°63°93°
CMYK 0.630.290.00   0.07
XYZ33.927237.046386.2514
Yxy37.04630.21580.2356
Hunter Lab60.8657-7.0170-41.4126
CIE-Lab67.3118-4.4198-41.4131

#59aaee color RGB value is (89,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 11101110
Octal 131 252 356
Decimal 89 170 238
Hex 59 AA EE

RGB Percentages of Color #59aaee

%17.91
%34.21
%47.89

CMYK Percentages of Color #59aaee

%63
%29
%0
%7

Triadic Colors of #59aaee

#59aaee #ee59aa #aaee59

Analogous Colors of #59aaee

#59aaee #595fee #59eee8

Monochromatic Colors of #59aaee

#59aaee

Complementary Color

#59aaee #ee9d59

#59aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aaee Color CSS Codes

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

#59aaee Text Font Color

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

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


#59aaee Background Color

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

This div background color is #59aaee


#59aaee Border Color

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

This div border color is #59aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aaee


Comments

No comments written yet.

Please login to write comment.