Color spaces of #aab7ce
RGB | 170 | 183 | 206 |
---|---|---|---|
HSL | 0.61 | 0.27 | 0.74 |
HSV | 218° | 17° | 81° |
CMYK | 0.17 | 0.11 | 0.00 0.19 |
XYZ | 44.6516 | 46.8693 | 65.0858 |
Yxy | 46.8693 | 0.2851 | 0.2993 |
Hunter Lab | 68.4612 | -3.3861 | -8.4440 |
CIE-Lab | 74.1061 | 0.3012 | -13.1209 |
#aab7ce color RGB value is (170,183,206).
#aab7ce hex color red value is 170, green value is 183 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aab7ce hue: 0.61 , saturation: 0.27 and the lightness value of aab7ce is 0.74.
The process color (four color CMYK) of #aab7ce color hex is 0.17, 0.11, 0.00, 0.19. Web safe color of #aab7ce is #99cccc. Color #aab7ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110111 | 11001110 |
Octal | 252 | 267 | 316 |
Decimal | 170 | 183 | 206 |
Hex | AA | B7 | CE |
Shades of #aab7ce
Tints of #aab7ce
RGB Percentages of Color #aab7ce
CMYK Percentages of Color #aab7ce
Complementary Color
#aab7ce | #cec1aa |
#aab7ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab7ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab7ce Color CSS Codes
.mybgcolor {background-color:#aab7ce; } .myforecolor {color:#aab7ce; } .mybordercolor {border:3px solid #aab7ce; }
#aab7ce Text Font Color
<p style="color:#aab7ce">Text here</p>
This sample text font color is #aab7ce
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.
#aab7ce Background Color
<div style="background-color:#aab7ce">
Div content here</div>
This div background color is #aab7ce
#aab7ce Border Color
<div style="border:3px solid #aab7ce">
Div here</div>
This div border color is #aab7ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,183,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab7ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab7ce; -webkit-box-shadow: 1px 1px 3px 2px #aab7ce; box-shadow: 1px 1px 3px 2px #aab7ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,183,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab7ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab7ce; -webkit-box-shadow: 1px 1px 3px 2px #aab7ce; box-shadow: 1px 1px 3px 2px #aab7ce;">
Div content here</div>
This div box has shadow with color #aab7ce
#aab7ce Color Palettes
Comments
No comments written yet.
Please login to write comment.