Color spaces of #aab4eb
RGB | 170 | 180 | 235 |
---|---|---|---|
HSL | 0.64 | 0.62 | 0.79 |
HSV | 231° | 28° | 92° |
CMYK | 0.28 | 0.23 | 0.00 0.08 |
XYZ | 47.8942 | 47.1867 | 85.1809 |
Yxy | 47.1867 | 0.2657 | 0.2618 |
Hunter Lab | 68.6926 | 4.2427 | -25.4366 |
CIE-Lab | 74.3090 | 8.6164 | -28.5801 |
#aab4eb color RGB value is (170,180,235).
#aab4eb hex color red value is 170, green value is 180 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aab4eb hue: 0.64 , saturation: 0.62 and the lightness value of aab4eb is 0.79.
The process color (four color CMYK) of #aab4eb color hex is 0.28, 0.23, 0.00, 0.08. Web safe color of #aab4eb is #99ccff. Color #aab4eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110100 | 11101011 |
Octal | 252 | 264 | 353 |
Decimal | 170 | 180 | 235 |
Hex | AA | B4 | EB |
Shades of #aab4eb
Tints of #aab4eb
RGB Percentages of Color #aab4eb
CMYK Percentages of Color #aab4eb
Complementary Color
#aab4eb | #ebe1aa |
#aab4eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab4eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab4eb Color CSS Codes
.mybgcolor {background-color:#aab4eb; } .myforecolor {color:#aab4eb; } .mybordercolor {border:3px solid #aab4eb; }
#aab4eb Text Font Color
<p style="color:#aab4eb">Text here</p>
This sample text font color is #aab4eb
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.
#aab4eb Background Color
<div style="background-color:#aab4eb">
Div content here</div>
This div background color is #aab4eb
#aab4eb Border Color
<div style="border:3px solid #aab4eb">
Div here</div>
This div border color is #aab4eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,180,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab4eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab4eb; -webkit-box-shadow: 1px 1px 3px 2px #aab4eb; box-shadow: 1px 1px 3px 2px #aab4eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,180,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab4eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab4eb; -webkit-box-shadow: 1px 1px 3px 2px #aab4eb; box-shadow: 1px 1px 3px 2px #aab4eb;">
Div content here</div>
This div box has shadow with color #aab4eb
Comments
No comments written yet.
Please login to write comment.