Color spaces of #aaa9cb
RGB | 170 | 169 | 203 |
---|---|---|---|
HSL | 0.67 | 0.25 | 0.73 |
HSV | 242° | 17° | 80° |
CMYK | 0.16 | 0.17 | 0.00 0.20 |
XYZ | 41.5450 | 41.2338 | 62.2692 |
Yxy | 41.2338 | 0.2864 | 0.2843 |
Hunter Lab | 64.2135 | 3.1125 | -12.5452 |
CIE-Lab | 70.3394 | 7.3051 | -17.1490 |
#aaa9cb color RGB value is (170,169,203).
#aaa9cb hex color red value is 170, green value is 169 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aaa9cb hue: 0.67 , saturation: 0.25 and the lightness value of aaa9cb is 0.73.
The process color (four color CMYK) of #aaa9cb color hex is 0.16, 0.17, 0.00, 0.20. Web safe color of #aaa9cb is #9999cc. Color #aaa9cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101001 | 11001011 |
Octal | 252 | 251 | 313 |
Decimal | 170 | 169 | 203 |
Hex | AA | A9 | CB |
Shades of #aaa9cb
Tints of #aaa9cb
RGB Percentages of Color #aaa9cb
CMYK Percentages of Color #aaa9cb
Complementary Color
#aaa9cb | #cacba9 |
#aaa9cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa9cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa9cb Color CSS Codes
.mybgcolor {background-color:#aaa9cb; } .myforecolor {color:#aaa9cb; } .mybordercolor {border:3px solid #aaa9cb; }
#aaa9cb Text Font Color
<p style="color:#aaa9cb">Text here</p>
This sample text font color is #aaa9cb
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.
#aaa9cb Background Color
<div style="background-color:#aaa9cb">
Div content here</div>
This div background color is #aaa9cb
#aaa9cb Border Color
<div style="border:3px solid #aaa9cb">
Div here</div>
This div border color is #aaa9cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,169,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa9cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa9cb; -webkit-box-shadow: 1px 1px 3px 2px #aaa9cb; box-shadow: 1px 1px 3px 2px #aaa9cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,169,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 #aaa9cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa9cb; -webkit-box-shadow: 1px 1px 3px 2px #aaa9cb; box-shadow: 1px 1px 3px 2px #aaa9cb;">
Div content here</div>
This div box has shadow with color #aaa9cb
Comments
No comments written yet.
Please login to write comment.