Color Hex Logo

#59afcb Color Hex

#59AFCB
(89,175,203)
0 Favorites   0 Comments

Color spaces of #59afcb

RGB 89175203
HSL0.540.520.57
HSV195°56°80°
CMYK 0.560.140.00   0.20
XYZ30.229337.095662.0668
Yxy37.09560.23360.2867
Hunter Lab60.9062-17.9916-17.7855
CIE-Lab67.3487-17.9640-22.1254

#59afcb color RGB value is (89,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101111 11001011
Octal 131 257 313
Decimal 89 175 203
Hex 59 AF CB

RGB Percentages of Color #59afcb

%19.06
%37.47
%43.47

CMYK Percentages of Color #59afcb

%56
%14
%0
%20

Triadic Colors of #59afcb

#59afcb #cb59af #afcb59

Analogous Colors of #59afcb

#59afcb #5976cb #59cbae

Monochromatic Colors of #59afcb

#59afcb

Complementary Color

#59afcb #cb7559

#59afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59afcb Color CSS Codes

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

#59afcb Text Font Color

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

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


#59afcb Background Color

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

This div background color is #59afcb


#59afcb Border Color

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

This div border color is #59afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59afcb


Comments

No comments written yet.

Please login to write comment.