Color spaces of #5aadda
RGB | 90 | 173 | 218 |
---|---|---|---|
HSL | 0.56 | 0.63 | 0.60 |
HSV | 201° | 59° | 85° |
CMYK | 0.59 | 0.21 | 0.00 0.15 |
XYZ | 31.8149 | 37.1228 | 71.8183 |
Yxy | 37.1228 | 0.2260 | 0.2637 |
Hunter Lab | 60.9285 | -13.4179 | -27.2370 |
CIE-Lab | 67.3691 | -12.1859 | -30.3561 |
#5aadda color RGB value is (90,173,218).
#5aadda hex color red value is 90, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5aadda hue: 0.56 , saturation: 0.63 and the lightness value of 5aadda is 0.60.
The process color (four color CMYK) of #5aadda color hex is 0.59, 0.21, 0.00, 0.15. Web safe color of #5aadda is #6699cc. Color #5aadda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10101101 | 11011010 |
Octal | 132 | 255 | 332 |
Decimal | 90 | 173 | 218 |
Hex | 5A | AD | DA |
Shades of #5aadda
Tints of #5aadda
RGB Percentages of Color #5aadda
CMYK Percentages of Color #5aadda
Complementary Color
#5aadda | #da875a |
#5aadda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aadda Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aadda Color CSS Codes
.mybgcolor {background-color:#5aadda; } .myforecolor {color:#5aadda; } .mybordercolor {border:3px solid #5aadda; }
#5aadda Text Font Color
<p style="color:#5aadda">Text here</p>
This sample text font color is #5aadda
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.
#5aadda Background Color
<div style="background-color:#5aadda">
Div content here</div>
This div background color is #5aadda
#5aadda Border Color
<div style="border:3px solid #5aadda">
Div here</div>
This div border color is #5aadda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,173,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aadda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aadda; -webkit-box-shadow: 1px 1px 3px 2px #5aadda; box-shadow: 1px 1px 3px 2px #5aadda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,173,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aadda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aadda; -webkit-box-shadow: 1px 1px 3px 2px #5aadda; box-shadow: 1px 1px 3px 2px #5aadda;">
Div content here</div>
This div box has shadow with color #5aadda
Comments
No comments written yet.
Please login to write comment.