Color spaces of #a6bcab
RGB | 166 | 188 | 171 |
---|---|---|---|
HSL | 0.37 | 0.14 | 0.69 |
HSV | 134° | 12° | 74° |
CMYK | 0.12 | 0.00 | 0.09 0.26 |
XYZ | 41.0598 | 47.0137 | 45.4385 |
Yxy | 47.0137 | 0.3075 | 0.3521 |
Hunter Lab | 68.5665 | -13.1000 | 8.7056 |
CIE-Lab | 74.1985 | -10.8120 | 6.0571 |
#a6bcab color RGB value is (166,188,171).
#a6bcab hex color red value is 166, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a6bcab hue: 0.37 , saturation: 0.14 and the lightness value of a6bcab is 0.69.
The process color (four color CMYK) of #a6bcab color hex is 0.12, 0.00, 0.09, 0.26. Web safe color of #a6bcab is #99cc99. Color #a6bcab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10111100 | 10101011 |
Octal | 246 | 274 | 253 |
Decimal | 166 | 188 | 171 |
Hex | A6 | BC | AB |
Shades of #a6bcab
Tints of #a6bcab
RGB Percentages of Color #a6bcab
CMYK Percentages of Color #a6bcab
Complementary Color
#a6bcab | #bca6b7 |
#a6bcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a6bcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a6bcab Color CSS Codes
.mybgcolor {background-color:#a6bcab; } .myforecolor {color:#a6bcab; } .mybordercolor {border:3px solid #a6bcab; }
#a6bcab Text Font Color
<p style="color:#a6bcab">Text here</p>
This sample text font color is #a6bcab
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.
#a6bcab Background Color
<div style="background-color:#a6bcab">
Div content here</div>
This div background color is #a6bcab
#a6bcab Border Color
<div style="border:3px solid #a6bcab">
Div here</div>
This div border color is #a6bcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,188,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a6bcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a6bcab; -webkit-box-shadow: 1px 1px 3px 2px #a6bcab; box-shadow: 1px 1px 3px 2px #a6bcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,188,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a6bcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a6bcab; -webkit-box-shadow: 1px 1px 3px 2px #a6bcab; box-shadow: 1px 1px 3px 2px #a6bcab;">
Div content here</div>
This div box has shadow with color #a6bcab
Comments
No comments written yet.
Please login to write comment.