Color spaces of #5aabff
RGB | 90 | 171 | 255 |
---|---|---|---|
HSL | 0.58 | 1.00 | 0.68 |
HSV | 211° | 65° | 100° |
CMYK | 0.65 | 0.33 | 0.00 0.00 |
XYZ | 36.8294 | 38.5195 | 100.1016 |
Yxy | 38.5195 | 0.2099 | 0.2195 |
Hunter Lab | 62.0641 | -2.6886 | -52.1825 |
CIE-Lab | 68.4018 | 0.7199 | -48.9517 |
#5aabff color RGB value is (90,171,255).
#5aabff hex color red value is 90, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5aabff hue: 0.58 , saturation: 1.00 and the lightness value of 5aabff is 0.68.
The process color (four color CMYK) of #5aabff color hex is 0.65, 0.33, 0.00, 0.00. Web safe color of #5aabff is #6699ff. Color #5aabff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10101011 | 11111111 |
Octal | 132 | 253 | 377 |
Decimal | 90 | 171 | 255 |
Hex | 5A | AB | FF |
Shades of #5aabff
Tints of #5aabff
RGB Percentages of Color #5aabff
CMYK Percentages of Color #5aabff
Complementary Color
#5aabff | #ffae5a |
#5aabff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aabff Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aabff Color CSS Codes
.mybgcolor {background-color:#5aabff; } .myforecolor {color:#5aabff; } .mybordercolor {border:3px solid #5aabff; }
#5aabff Text Font Color
<p style="color:#5aabff">Text here</p>
This sample text font color is #5aabff
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.
#5aabff Background Color
<div style="background-color:#5aabff">
Div content here</div>
This div background color is #5aabff
#5aabff Border Color
<div style="border:3px solid #5aabff">
Div here</div>
This div border color is #5aabff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,171,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aabff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aabff; -webkit-box-shadow: 1px 1px 3px 2px #5aabff; box-shadow: 1px 1px 3px 2px #5aabff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,171,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aabff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aabff; -webkit-box-shadow: 1px 1px 3px 2px #5aabff; box-shadow: 1px 1px 3px 2px #5aabff;">
Div content here</div>
This div box has shadow with color #5aabff
Comments
No comments written yet.
Please login to write comment.