Color spaces of #aabbcc
RGB | 170 | 187 | 204 |
---|---|---|---|
HSL | 0.58 | 0.25 | 0.73 |
HSV | 210° | 17° | 80° |
CMYK | 0.17 | 0.08 | 0.00 0.20 |
XYZ | 45.2470 | 48.4463 | 64.0930 |
Yxy | 48.4463 | 0.2868 | 0.3070 |
Hunter Lab | 69.6034 | -5.7686 | -5.8738 |
CIE-Lab | 75.1056 | -2.2868 | -10.5367 |
#aabbcc color RGB value is (170,187,204).
#aabbcc hex color red value is 170, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aabbcc hue: 0.58 , saturation: 0.25 and the lightness value of aabbcc is 0.73.
The process color (four color CMYK) of #aabbcc color hex is 0.17, 0.08, 0.00, 0.20. Web safe color of #aabbcc is #99cccc. Color #aabbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111011 | 11001100 |
Octal | 252 | 273 | 314 |
Decimal | 170 | 187 | 204 |
Hex | AA | BB | CC |
Shades of #aabbcc
Tints of #aabbcc
RGB Percentages of Color #aabbcc
CMYK Percentages of Color #aabbcc
Complementary Color
#aabbcc | #ccbbaa |
#aabbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabbcc Color CSS Codes
.mybgcolor {background-color:#aabbcc; } .myforecolor {color:#aabbcc; } .mybordercolor {border:3px solid #aabbcc; }
#aabbcc Text Font Color
<p style="color:#aabbcc">Text here</p>
This sample text font color is #aabbcc
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.
#aabbcc Background Color
<div style="background-color:#aabbcc">
Div content here</div>
This div background color is #aabbcc
#aabbcc Border Color
<div style="border:3px solid #aabbcc">
Div here</div>
This div border color is #aabbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,187,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabbcc; -webkit-box-shadow: 1px 1px 3px 2px #aabbcc; box-shadow: 1px 1px 3px 2px #aabbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,187,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabbcc; -webkit-box-shadow: 1px 1px 3px 2px #aabbcc; box-shadow: 1px 1px 3px 2px #aabbcc;">
Div content here</div>
This div box has shadow with color #aabbcc
#aabbcc Color Palettes
Comments
abc
i love how the complimentary colour is literally just the flipped hex for aabbcc
Nice colour, although a bit grey