Color spaces of #aabffe
RGB | 170 | 191 | 254 |
---|---|---|---|
HSL | 0.63 | 0.98 | 0.83 |
HSV | 225° | 33° | 100° |
CMYK | 0.33 | 0.25 | 0.00 0.00 |
XYZ | 53.0978 | 52.9634 | 101.1903 |
Yxy | 52.9634 | 0.2562 | 0.2556 |
Hunter Lab | 72.7760 | 2.8768 | -31.4958 |
CIE-Lab | 77.8534 | 7.2561 | -33.3583 |
#aabffe color RGB value is (170,191,254).
#aabffe hex color red value is 170, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aabffe hue: 0.63 , saturation: 0.98 and the lightness value of aabffe is 0.83.
The process color (four color CMYK) of #aabffe color hex is 0.33, 0.25, 0.00, 0.00. Web safe color of #aabffe is #99ccff. Color #aabffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111111 | 11111110 |
Octal | 252 | 277 | 376 |
Decimal | 170 | 191 | 254 |
Hex | AA | BF | FE |
Shades of #aabffe
Tints of #aabffe
RGB Percentages of Color #aabffe
CMYK Percentages of Color #aabffe
Complementary Color
#aabffe | #fee9aa |
#aabffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabffe Color CSS Codes
.mybgcolor {background-color:#aabffe; } .myforecolor {color:#aabffe; } .mybordercolor {border:3px solid #aabffe; }
#aabffe Text Font Color
<p style="color:#aabffe">Text here</p>
This sample text font color is #aabffe
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.
#aabffe Background Color
<div style="background-color:#aabffe">
Div content here</div>
This div background color is #aabffe
#aabffe Border Color
<div style="border:3px solid #aabffe">
Div here</div>
This div border color is #aabffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,191,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabffe; -webkit-box-shadow: 1px 1px 3px 2px #aabffe; box-shadow: 1px 1px 3px 2px #aabffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,191,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabffe; -webkit-box-shadow: 1px 1px 3px 2px #aabffe; box-shadow: 1px 1px 3px 2px #aabffe;">
Div content here</div>
This div box has shadow with color #aabffe
Comments
No comments written yet.
Please login to write comment.