Color spaces of #aab1df
RGB | 170 | 177 | 223 |
---|---|---|---|
HSL | 0.64 | 0.45 | 0.77 |
HSV | 232° | 24° | 87° |
CMYK | 0.24 | 0.21 | 0.00 0.13 |
XYZ | 45.6190 | 45.3180 | 76.1549 |
Yxy | 45.3180 | 0.2730 | 0.2712 |
Hunter Lab | 67.3186 | 3.1543 | -19.9494 |
CIE-Lab | 73.1008 | 7.4214 | -23.9096 |
#aab1df color RGB value is (170,177,223).
#aab1df hex color red value is 170, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aab1df hue: 0.64 , saturation: 0.45 and the lightness value of aab1df is 0.77.
The process color (four color CMYK) of #aab1df color hex is 0.24, 0.21, 0.00, 0.13. Web safe color of #aab1df is #9999cc. Color #aab1df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110001 | 11011111 |
Octal | 252 | 261 | 337 |
Decimal | 170 | 177 | 223 |
Hex | AA | B1 | DF |
Shades of #aab1df
Tints of #aab1df
RGB Percentages of Color #aab1df
CMYK Percentages of Color #aab1df
Complementary Color
#aab1df | #dfd8aa |
#aab1df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab1df Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab1df Color CSS Codes
.mybgcolor {background-color:#aab1df; } .myforecolor {color:#aab1df; } .mybordercolor {border:3px solid #aab1df; }
#aab1df Text Font Color
<p style="color:#aab1df">Text here</p>
This sample text font color is #aab1df
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.
#aab1df Background Color
<div style="background-color:#aab1df">
Div content here</div>
This div background color is #aab1df
#aab1df Border Color
<div style="border:3px solid #aab1df">
Div here</div>
This div border color is #aab1df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,177,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab1df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab1df; -webkit-box-shadow: 1px 1px 3px 2px #aab1df; box-shadow: 1px 1px 3px 2px #aab1df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,177,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab1df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab1df; -webkit-box-shadow: 1px 1px 3px 2px #aab1df; box-shadow: 1px 1px 3px 2px #aab1df;">
Div content here</div>
This div box has shadow with color #aab1df
Comments
No comments written yet.
Please login to write comment.