Color spaces of #5aabde
RGB | 90 | 171 | 222 |
---|---|---|---|
HSL | 0.56 | 0.67 | 0.61 |
HSV | 203° | 59° | 87° |
CMYK | 0.59 | 0.23 | 0.00 0.13 |
XYZ | 31.9642 | 36.5734 | 74.4819 |
Yxy | 36.5734 | 0.2235 | 0.2557 |
Hunter Lab | 60.4759 | -11.4878 | -30.6881 |
CIE-Lab | 66.9557 | -9.8621 | -33.1949 |
#5aabde color RGB value is (90,171,222).
#5aabde hex color red value is 90, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5aabde hue: 0.56 , saturation: 0.67 and the lightness value of 5aabde is 0.61.
The process color (four color CMYK) of #5aabde color hex is 0.59, 0.23, 0.00, 0.13. Web safe color of #5aabde is #6699cc. Color #5aabde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10101011 | 11011110 |
Octal | 132 | 253 | 336 |
Decimal | 90 | 171 | 222 |
Hex | 5A | AB | DE |
Shades of #5aabde
Tints of #5aabde
RGB Percentages of Color #5aabde
CMYK Percentages of Color #5aabde
Complementary Color
#5aabde | #de8d5a |
#5aabde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aabde Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aabde Color CSS Codes
.mybgcolor {background-color:#5aabde; } .myforecolor {color:#5aabde; } .mybordercolor {border:3px solid #5aabde; }
#5aabde Text Font Color
<p style="color:#5aabde">Text here</p>
This sample text font color is #5aabde
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.
#5aabde Background Color
<div style="background-color:#5aabde">
Div content here</div>
This div background color is #5aabde
#5aabde Border Color
<div style="border:3px solid #5aabde">
Div here</div>
This div border color is #5aabde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,171,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aabde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aabde; -webkit-box-shadow: 1px 1px 3px 2px #5aabde; box-shadow: 1px 1px 3px 2px #5aabde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,171,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aabde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aabde; -webkit-box-shadow: 1px 1px 3px 2px #5aabde; box-shadow: 1px 1px 3px 2px #5aabde;">
Div content here</div>
This div box has shadow with color #5aabde
Comments
No comments written yet.
Please login to write comment.