Color spaces of #aabcff
RGB | 170 | 188 | 255 |
---|---|---|---|
HSL | 0.63 | 1.00 | 0.83 |
HSV | 227° | 33° | 100° |
CMYK | 0.33 | 0.26 | 0.00 0.00 |
XYZ | 52.6108 | 51.7325 | 101.8202 |
Yxy | 51.7325 | 0.2552 | 0.2509 |
Hunter Lab | 71.9253 | 4.6971 | -33.5855 |
CIE-Lab | 77.1206 | 9.1518 | -35.0258 |
#aabcff color RGB value is (170,188,255).
#aabcff hex color red value is 170, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aabcff hue: 0.63 , saturation: 1.00 and the lightness value of aabcff is 0.83.
The process color (four color CMYK) of #aabcff color hex is 0.33, 0.26, 0.00, 0.00. Web safe color of #aabcff is #99ccff. Color #aabcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111100 | 11111111 |
Octal | 252 | 274 | 377 |
Decimal | 170 | 188 | 255 |
Hex | AA | BC | FF |
Shades of #aabcff
Tints of #aabcff
RGB Percentages of Color #aabcff
CMYK Percentages of Color #aabcff
Complementary Color
#aabcff | #ffedaa |
#aabcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabcff Color CSS Codes
.mybgcolor {background-color:#aabcff; } .myforecolor {color:#aabcff; } .mybordercolor {border:3px solid #aabcff; }
#aabcff Text Font Color
<p style="color:#aabcff">Text here</p>
This sample text font color is #aabcff
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.
#aabcff Background Color
<div style="background-color:#aabcff">
Div content here</div>
This div background color is #aabcff
#aabcff Border Color
<div style="border:3px solid #aabcff">
Div here</div>
This div border color is #aabcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabcff; -webkit-box-shadow: 1px 1px 3px 2px #aabcff; box-shadow: 1px 1px 3px 2px #aabcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,188,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 #aabcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabcff; -webkit-box-shadow: 1px 1px 3px 2px #aabcff; box-shadow: 1px 1px 3px 2px #aabcff;">
Div content here</div>
This div box has shadow with color #aabcff
Comments
No comments written yet.
Please login to write comment.