Color Hex Logo

#59abad Color Hex

#59ABAD
(89,171,173)
0 Favorites   0 Comments

Color spaces of #59abad

RGB 89171173
HSL0.500.340.51
HSV181°49°68°
CMYK 0.490.010.00   0.32
XYZ26.225634.266844.7671
Yxy34.26680.24920.3255
Hunter Lab58.5379-22.4713-4.3658
CIE-Lab65.1738-24.3760-8.7630

#59abad color RGB value is (89,171,173).

#59abad hex color red value is 89, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #59abad hue: 0.50 , saturation: 0.34 and the lightness value of 59abad is 0.51.

The process color (four color CMYK) of #59abad color hex is 0.49, 0.01, 0.00, 0.32. Web safe color of #59abad is #669999. Color #59abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101011 10101101
Octal 131 253 255
Decimal 89 171 173
Hex 59 AB AD

RGB Percentages of Color #59abad

%20.55
%39.49
%39.95

CMYK Percentages of Color #59abad

%49
%1
%0
%32

Triadic Colors of #59abad

#59abad #ad59ab #abad59

Analogous Colors of #59abad

#59abad #5981ad #59ad85

Monochromatic Colors of #59abad

#59abad

Complementary Color

#59abad #ad5b59

#59abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#59abad Color CSS Codes

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

#59abad Text Font Color

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

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


#59abad Background Color

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

This div background color is #59abad


#59abad Border Color

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

This div border color is #59abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59abad


Comments

No comments written yet.

Please login to write comment.