Color spaces of #aab3cb
RGB | 170 | 179 | 203 |
---|---|---|---|
HSL | 0.62 | 0.24 | 0.73 |
HSV | 224° | 16° | 80° |
CMYK | 0.16 | 0.12 | 0.00 0.20 |
XYZ | 43.4772 | 45.0980 | 62.9132 |
Yxy | 45.0980 | 0.2870 | 0.2977 |
Hunter Lab | 67.1550 | -1.9577 | -8.5364 |
CIE-Lab | 72.9564 | 1.8189 | -13.2073 |
#aab3cb color RGB value is (170,179,203).
#aab3cb hex color red value is 170, green value is 179 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aab3cb hue: 0.62 , saturation: 0.24 and the lightness value of aab3cb is 0.73.
The process color (four color CMYK) of #aab3cb color hex is 0.16, 0.12, 0.00, 0.20. Web safe color of #aab3cb is #99cccc. Color #aab3cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110011 | 11001011 |
Octal | 252 | 263 | 313 |
Decimal | 170 | 179 | 203 |
Hex | AA | B3 | CB |
Shades of #aab3cb
Tints of #aab3cb
RGB Percentages of Color #aab3cb
CMYK Percentages of Color #aab3cb
Complementary Color
#aab3cb | #cbc2aa |
#aab3cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab3cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab3cb Color CSS Codes
.mybgcolor {background-color:#aab3cb; } .myforecolor {color:#aab3cb; } .mybordercolor {border:3px solid #aab3cb; }
#aab3cb Text Font Color
<p style="color:#aab3cb">Text here</p>
This sample text font color is #aab3cb
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.
#aab3cb Background Color
<div style="background-color:#aab3cb">
Div content here</div>
This div background color is #aab3cb
#aab3cb Border Color
<div style="border:3px solid #aab3cb">
Div here</div>
This div border color is #aab3cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,179,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab3cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab3cb; -webkit-box-shadow: 1px 1px 3px 2px #aab3cb; box-shadow: 1px 1px 3px 2px #aab3cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,179,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab3cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab3cb; -webkit-box-shadow: 1px 1px 3px 2px #aab3cb; box-shadow: 1px 1px 3px 2px #aab3cb;">
Div content here</div>
This div box has shadow with color #aab3cb
Comments
No comments written yet.
Please login to write comment.