Color spaces of #a6bacd
RGB | 166 | 186 | 205 |
---|---|---|---|
HSL | 0.58 | 0.28 | 0.73 |
HSV | 209° | 19° | 80° |
CMYK | 0.19 | 0.09 | 0.00 0.20 |
XYZ | 44.3042 | 47.6326 | 64.6165 |
Yxy | 47.6326 | 0.2830 | 0.3043 |
Hunter Lab | 69.0164 | -6.1928 | -7.1987 |
CIE-Lab | 74.5926 | -2.8065 | -11.8762 |
#a6bacd color RGB value is (166,186,205).
#a6bacd hex color red value is 166, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6bacd hue: 0.58 , saturation: 0.28 and the lightness value of a6bacd is 0.73.
The process color (four color CMYK) of #a6bacd color hex is 0.19, 0.09, 0.00, 0.20. Web safe color of #a6bacd is #99cccc. Color #a6bacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10111010 | 11001101 |
Octal | 246 | 272 | 315 |
Decimal | 166 | 186 | 205 |
Hex | A6 | BA | CD |
Shades of #a6bacd
Tints of #a6bacd
RGB Percentages of Color #a6bacd
CMYK Percentages of Color #a6bacd
Complementary Color
#a6bacd | #cdb9a6 |
#a6bacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a6bacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a6bacd Color CSS Codes
.mybgcolor {background-color:#a6bacd; } .myforecolor {color:#a6bacd; } .mybordercolor {border:3px solid #a6bacd; }
#a6bacd Text Font Color
<p style="color:#a6bacd">Text here</p>
This sample text font color is #a6bacd
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.
#a6bacd Background Color
<div style="background-color:#a6bacd">
Div content here</div>
This div background color is #a6bacd
#a6bacd Border Color
<div style="border:3px solid #a6bacd">
Div here</div>
This div border color is #a6bacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,186,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a6bacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a6bacd; -webkit-box-shadow: 1px 1px 3px 2px #a6bacd; box-shadow: 1px 1px 3px 2px #a6bacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,186,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a6bacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a6bacd; -webkit-box-shadow: 1px 1px 3px 2px #a6bacd; box-shadow: 1px 1px 3px 2px #a6bacd;">
Div content here</div>
This div box has shadow with color #a6bacd
Comments
No comments written yet.
Please login to write comment.