Color Hex Logo

#59acbc Color Hex

#59ACBC
(89,172,188)
0 Favorites   0 Comments

Color spaces of #59acbc

RGB 89172188
HSL0.530.420.54
HSV190°53°74°
CMYK 0.530.090.00   0.26
XYZ27.949435.259752.9097
Yxy35.25970.24070.3037
Hunter Lab59.3799-19.8970-11.2637
CIE-Lab65.9504-20.7422-15.9434

#59acbc color RGB value is (89,172,188).

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

The process color (four color CMYK) of #59acbc color hex is 0.53, 0.09, 0.00, 0.26. Web safe color of #59acbc is #6699cc. Color #59acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 10111100
Octal 131 254 274
Decimal 89 172 188
Hex 59 AC BC

RGB Percentages of Color #59acbc

%19.82
%38.31
%41.87

CMYK Percentages of Color #59acbc

%53
%9
%0
%26

Triadic Colors of #59acbc

#59acbc #bc59ac #acbc59

Analogous Colors of #59acbc

#59acbc #597bbc #59bc9b

Monochromatic Colors of #59acbc

#59acbc

Complementary Color

#59acbc #bc6959

#59acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acbc Color CSS Codes

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

#59acbc Text Font Color

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

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


#59acbc Background Color

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

This div background color is #59acbc


#59acbc Border Color

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

This div border color is #59acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acbc


Comments

No comments written yet.

Please login to write comment.