Color Hex Logo

#59abc4 Color Hex

#59ABC4
(89,171,196)
0 Favorites   0 Comments

Color spaces of #59abc4

RGB 89171196
HSL0.540.480.56
HSV194°55°77°
CMYK 0.550.130.00   0.23
XYZ28.646535.235257.5158
Yxy35.23520.23600.2902
Hunter Lab59.3592-17.7354-15.8972
CIE-Lab65.9314-17.9187-20.4126

#59abc4 color RGB value is (89,171,196).

#59abc4 hex color red value is 89, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #59abc4 hue: 0.54 , saturation: 0.48 and the lightness value of 59abc4 is 0.56.

The process color (four color CMYK) of #59abc4 color hex is 0.55, 0.13, 0.00, 0.23. Web safe color of #59abc4 is #6699cc. Color #59abc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101011 11000100
Octal 131 253 304
Decimal 89 171 196
Hex 59 AB C4

RGB Percentages of Color #59abc4

%19.52
%37.50
%42.98

CMYK Percentages of Color #59abc4

%55
%13
%0
%23

Triadic Colors of #59abc4

#59abc4 #c459ab #abc459

Analogous Colors of #59abc4

#59abc4 #5976c4 #59c4a8

Monochromatic Colors of #59abc4

#59abc4

Complementary Color

#59abc4 #c47259

#59abc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59abc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59abc4 Color CSS Codes

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

#59abc4 Text Font Color

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

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


#59abc4 Background Color

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

This div background color is #59abc4


#59abc4 Border Color

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

This div border color is #59abc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59abc4


Comments

No comments written yet.

Please login to write comment.