Color Hex Logo

#59afcd Color Hex

#59AFCD
(89,175,205)
0 Favorites   0 Comments

Color spaces of #59afcd

RGB 89175205
HSL0.540.540.58
HSV196°57°80°
CMYK 0.570.150.00   0.20
XYZ30.469237.191663.3304
Yxy37.19160.23260.2839
Hunter Lab60.9849-17.5417-18.8809
CIE-Lab67.4205-17.3732-23.1193

#59afcd color RGB value is (89,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101111 11001101
Octal 131 257 315
Decimal 89 175 205
Hex 59 AF CD

RGB Percentages of Color #59afcd

%18.98
%37.31
%43.71

CMYK Percentages of Color #59afcd

%57
%15
%0
%20

Triadic Colors of #59afcd

#59afcd #cd59af #afcd59

Analogous Colors of #59afcd

#59afcd #5975cd #59cdb1

Monochromatic Colors of #59afcd

#59afcd

Complementary Color

#59afcd #cd7759

#59afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59afcd Color CSS Codes

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

#59afcd Text Font Color

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

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


#59afcd Background Color

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

This div background color is #59afcd


#59afcd Border Color

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

This div border color is #59afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59afcd


Comments

No comments written yet.

Please login to write comment.