Color Hex Logo

#59accd Color Hex

#59ACCD
(89,172,205)
0 Favorites   0 Comments

Color spaces of #59accd

RGB 89172205
HSL0.550.540.58
HSV197°57°80°
CMYK 0.570.160.00   0.20
XYZ29.891836.036763.1379
Yxy36.03670.23160.2792
Hunter Lab60.0306-16.1707-20.3376
CIE-Lab66.5480-15.7875-24.4544

#59accd color RGB value is (89,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11001101
Octal 131 254 315
Decimal 89 172 205
Hex 59 AC CD

RGB Percentages of Color #59accd

%19.10
%36.91
%43.99

CMYK Percentages of Color #59accd

%57
%16
%0
%20

Triadic Colors of #59accd

#59accd #cd59ac #accd59

Analogous Colors of #59accd

#59accd #5972cd #59cdb4

Monochromatic Colors of #59accd

#59accd

Complementary Color

#59accd #cd7a59

#59accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59accd Color CSS Codes

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

#59accd Text Font Color

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

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


#59accd Background Color

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

This div background color is #59accd


#59accd Border Color

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

This div border color is #59accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59accd


Comments

No comments written yet.

Please login to write comment.