Color spaces of #59aabc
RGB | 89 | 170 | 188 |
---|---|---|---|
HSL | 0.53 | 0.42 | 0.54 |
HSV | 191° | 53° | 74° |
CMYK | 0.53 | 0.10 | 0.00 0.26 |
XYZ | 27.5716 | 34.5041 | 52.7837 |
Yxy | 34.5041 | 0.2400 | 0.3004 |
Hunter Lab | 58.7402 | -19.0106 | -12.1596 |
CIE-Lab | 65.3607 | -19.7057 | -16.8351 |
#59aabc color RGB value is (89,170,188).
#59aabc hex color red value is 89, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #59aabc hue: 0.53 , saturation: 0.42 and the lightness value of 59aabc is 0.54.
The process color (four color CMYK) of #59aabc color hex is 0.53, 0.10, 0.00, 0.26. Web safe color of #59aabc is #6699cc. Color #59aabc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10101010 | 10111100 |
Octal | 131 | 252 | 274 |
Decimal | 89 | 170 | 188 |
Hex | 59 | AA | BC |
Shades of #59aabc
Tints of #59aabc
RGB Percentages of Color #59aabc
CMYK Percentages of Color #59aabc
Complementary Color
#59aabc | #bc6b59 |
#59aabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59aabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#59aabc Color CSS Codes
.mybgcolor {background-color:#59aabc; } .myforecolor {color:#59aabc; } .mybordercolor {border:3px solid #59aabc; }
#59aabc Text Font Color
<p style="color:#59aabc">Text here</p>
This sample text font color is #59aabc
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.
#59aabc Background Color
<div style="background-color:#59aabc">
Div content here</div>
This div background color is #59aabc
#59aabc Border Color
<div style="border:3px solid #59aabc">
Div here</div>
This div border color is #59aabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,170,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59aabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59aabc; -webkit-box-shadow: 1px 1px 3px 2px #59aabc; box-shadow: 1px 1px 3px 2px #59aabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,170,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 #59aabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59aabc; -webkit-box-shadow: 1px 1px 3px 2px #59aabc; box-shadow: 1px 1px 3px 2px #59aabc;">
Div content here</div>
This div box has shadow with color #59aabc
Comments
No comments written yet.
Please login to write comment.