Color spaces of #59acdf
RGB | 89 | 172 | 223 |
---|---|---|---|
HSL | 0.56 | 0.68 | 0.61 |
HSV | 203° | 60° | 87° |
CMYK | 0.60 | 0.23 | 0.00 0.13 |
XYZ | 32.1916 | 36.9566 | 75.2487 |
Yxy | 36.9566 | 0.2229 | 0.2559 |
Hunter Lab | 60.7919 | -11.8635 | -30.8352 |
CIE-Lab | 67.2445 | -10.2840 | -33.2998 |
#59acdf color RGB value is (89,172,223).
#59acdf hex color red value is 89, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #59acdf hue: 0.56 , saturation: 0.68 and the lightness value of 59acdf is 0.61.
The process color (four color CMYK) of #59acdf color hex is 0.60, 0.23, 0.00, 0.13. Web safe color of #59acdf is #6699cc. Color #59acdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10101100 | 11011111 |
Octal | 131 | 254 | 337 |
Decimal | 89 | 172 | 223 |
Hex | 59 | AC | DF |
Shades of #59acdf
Tints of #59acdf
RGB Percentages of Color #59acdf
CMYK Percentages of Color #59acdf
Complementary Color
#59acdf | #df8c59 |
#59acdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59acdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#59acdf Color CSS Codes
.mybgcolor {background-color:#59acdf; } .myforecolor {color:#59acdf; } .mybordercolor {border:3px solid #59acdf; }
#59acdf Text Font Color
<p style="color:#59acdf">Text here</p>
This sample text font color is #59acdf
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.
#59acdf Background Color
<div style="background-color:#59acdf">
Div content here</div>
This div background color is #59acdf
#59acdf Border Color
<div style="border:3px solid #59acdf">
Div here</div>
This div border color is #59acdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,172,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59acdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59acdf; -webkit-box-shadow: 1px 1px 3px 2px #59acdf; box-shadow: 1px 1px 3px 2px #59acdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,172,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59acdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59acdf; -webkit-box-shadow: 1px 1px 3px 2px #59acdf; box-shadow: 1px 1px 3px 2px #59acdf;">
Div content here</div>
This div box has shadow with color #59acdf
Comments
No comments written yet.
Please login to write comment.