Color Hex Logo

#59aceb Color Hex

#59ACEB
(89,172,235)
0 Favorites   0 Comments

Color spaces of #59aceb

RGB 89172235
HSL0.570.780.64
HSV206°62°92°
CMYK 0.620.270.00   0.08
XYZ33.867737.627184.0750
Yxy37.62710.21770.2419
Hunter Lab61.3409-8.7928-38.3253
CIE-Lab67.7449-6.4942-39.0966

#59aceb color RGB value is (89,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11101011
Octal 131 254 353
Decimal 89 172 235
Hex 59 AC EB

RGB Percentages of Color #59aceb

%17.94
%34.68
%47.38

CMYK Percentages of Color #59aceb

%62
%27
%0
%8

Triadic Colors of #59aceb

#59aceb #eb59ac #aceb59

Analogous Colors of #59aceb

#59aceb #5963eb #59ebe1

Monochromatic Colors of #59aceb

#59aceb

Complementary Color

#59aceb #eb9859

#59aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aceb Color CSS Codes

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

#59aceb Text Font Color

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

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


#59aceb Background Color

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

This div background color is #59aceb


#59aceb Border Color

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

This div border color is #59aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aceb


Comments

No comments written yet.

Please login to write comment.