Color spaces of #a6bcba
RGB | 166 | 188 | 186 |
---|---|---|---|
HSL | 0.48 | 0.14 | 0.69 |
HSV | 175° | 12° | 74° |
CMYK | 0.12 | 0.00 | 0.01 0.26 |
XYZ | 42.5720 | 47.6186 | 53.4019 |
Yxy | 47.6186 | 0.2965 | 0.3316 |
Hunter Lab | 69.0062 | -10.6389 | 2.4216 |
CIE-Lab | 74.5837 | -7.8880 | -1.5443 |
#a6bcba color RGB value is (166,188,186).
#a6bcba hex color red value is 166, green value is 188 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a6bcba hue: 0.48 , saturation: 0.14 and the lightness value of a6bcba is 0.69.
The process color (four color CMYK) of #a6bcba color hex is 0.12, 0.00, 0.01, 0.26. Web safe color of #a6bcba is #99cccc. Color #a6bcba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10111100 | 10111010 |
Octal | 246 | 274 | 272 |
Decimal | 166 | 188 | 186 |
Hex | A6 | BC | BA |
Shades of #a6bcba
Tints of #a6bcba
RGB Percentages of Color #a6bcba
CMYK Percentages of Color #a6bcba
Complementary Color
#a6bcba | #bca6a8 |
#a6bcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a6bcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a6bcba Color CSS Codes
.mybgcolor {background-color:#a6bcba; } .myforecolor {color:#a6bcba; } .mybordercolor {border:3px solid #a6bcba; }
#a6bcba Text Font Color
<p style="color:#a6bcba">Text here</p>
This sample text font color is #a6bcba
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.
#a6bcba Background Color
<div style="background-color:#a6bcba">
Div content here</div>
This div background color is #a6bcba
#a6bcba Border Color
<div style="border:3px solid #a6bcba">
Div here</div>
This div border color is #a6bcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,188,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a6bcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a6bcba; -webkit-box-shadow: 1px 1px 3px 2px #a6bcba; box-shadow: 1px 1px 3px 2px #a6bcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,188,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a6bcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a6bcba; -webkit-box-shadow: 1px 1px 3px 2px #a6bcba; box-shadow: 1px 1px 3px 2px #a6bcba;">
Div content here</div>
This div box has shadow with color #a6bcba
Comments
No comments written yet.
Please login to write comment.