Color Hex Logo

#59acce Color Hex

#59ACCE
(89,172,206)
0 Favorites   0 Comments

Color spaces of #59acce

RGB 89172206
HSL0.550.540.58
HSV197°57°81°
CMYK 0.570.170.00   0.19
XYZ30.012936.085163.7758
Yxy36.08510.23110.2778
Hunter Lab60.0709-15.9410-20.8972
CIE-Lab66.5849-15.4881-24.9505

#59acce color RGB value is (89,172,206).

#59acce hex color red value is 89, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #59acce hue: 0.55 , saturation: 0.54 and the lightness value of 59acce is 0.58.

The process color (four color CMYK) of #59acce color hex is 0.57, 0.17, 0.00, 0.19. Web safe color of #59acce is #6699cc. Color #59acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11001110
Octal 131 254 316
Decimal 89 172 206
Hex 59 AC CE

RGB Percentages of Color #59acce

%19.06
%36.83
%44.11

CMYK Percentages of Color #59acce

%57
%17
%0
%19

Triadic Colors of #59acce

#59acce #ce59ac #acce59

Analogous Colors of #59acce

#59acce #5972ce #59ceb6

Monochromatic Colors of #59acce

#59acce

Complementary Color

#59acce #ce7b59

#59acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acce Color CSS Codes

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

#59acce Text Font Color

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

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


#59acce Background Color

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

This div background color is #59acce


#59acce Border Color

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

This div border color is #59acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acce


Comments

No comments written yet.

Please login to write comment.