Color Hex Logo

#59aeeb Color Hex

#59AEEB
(89,174,235)
0 Favorites   0 Comments

Color spaces of #59aeeb

RGB 89174235
HSL0.570.780.64
HSV205°62°92°
CMYK 0.620.260.00   0.08
XYZ34.251338.394184.2028
Yxy38.39410.21840.2448
Hunter Lab61.9630-9.7657-37.1964
CIE-Lab68.3101-7.5971-38.2150

#59aeeb color RGB value is (89,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101110 11101011
Octal 131 256 353
Decimal 89 174 235
Hex 59 AE EB

RGB Percentages of Color #59aeeb

%17.87
%34.94
%47.19

CMYK Percentages of Color #59aeeb

%62
%26
%0
%8

Triadic Colors of #59aeeb

#59aeeb #eb59ae #aeeb59

Analogous Colors of #59aeeb

#59aeeb #5965eb #59ebdf

Monochromatic Colors of #59aeeb

#59aeeb

Complementary Color

#59aeeb #eb9659

#59aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aeeb Color CSS Codes

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

#59aeeb Text Font Color

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

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


#59aeeb Background Color

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

This div background color is #59aeeb


#59aeeb Border Color

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

This div border color is #59aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aeeb


Comments

No comments written yet.

Please login to write comment.