Color Hex Logo

#59acea Color Hex

#59ACEA
(89,172,234)
0 Favorites   0 Comments

Color spaces of #59acea

RGB 89172234
HSL0.570.780.63
HSV206°62°92°
CMYK 0.620.260.00   0.08
XYZ33.723637.569483.3161
Yxy37.56940.21810.2430
Hunter Lab61.2939-9.0545-37.6865
CIE-Lab67.7020-6.8130-38.6167

#59acea color RGB value is (89,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11101010
Octal 131 254 352
Decimal 89 172 234
Hex 59 AC EA

RGB Percentages of Color #59acea

%17.98
%34.75
%47.27

CMYK Percentages of Color #59acea

%62
%26
%0
%8

Triadic Colors of #59acea

#59acea #ea59ac #acea59

Analogous Colors of #59acea

#59acea #5964ea #59eae0

Monochromatic Colors of #59acea

#59acea

Complementary Color

#59acea #ea9759

#59acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acea Color CSS Codes

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

#59acea Text Font Color

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

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


#59acea Background Color

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

This div background color is #59acea


#59acea Border Color

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

This div border color is #59acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acea


Comments

No comments written yet.

Please login to write comment.