Color spaces of #a1bdab
RGB | 161 | 189 | 171 |
---|---|---|---|
HSL | 0.39 | 0.18 | 0.69 |
HSV | 141° | 15° | 74° |
CMYK | 0.15 | 0.00 | 0.10 0.26 |
XYZ | 40.2462 | 46.9125 | 45.4619 |
Yxy | 46.9125 | 0.3035 | 0.3537 |
Hunter Lab | 68.4927 | -14.9759 | 8.5913 |
CIE-Lab | 74.1338 | -13.0460 | 5.9198 |
#a1bdab color RGB value is (161,189,171).
#a1bdab hex color red value is 161, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a1bdab hue: 0.39 , saturation: 0.18 and the lightness value of a1bdab is 0.69.
The process color (four color CMYK) of #a1bdab color hex is 0.15, 0.00, 0.10, 0.26. Web safe color of #a1bdab is #99cc99. Color #a1bdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10111101 | 10101011 |
Octal | 241 | 275 | 253 |
Decimal | 161 | 189 | 171 |
Hex | A1 | BD | AB |
Shades of #a1bdab
Tints of #a1bdab
RGB Percentages of Color #a1bdab
CMYK Percentages of Color #a1bdab
Complementary Color
#a1bdab | #bda1b3 |
#a1bdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1bdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1bdab Color CSS Codes
.mybgcolor {background-color:#a1bdab; } .myforecolor {color:#a1bdab; } .mybordercolor {border:3px solid #a1bdab; }
#a1bdab Text Font Color
<p style="color:#a1bdab">Text here</p>
This sample text font color is #a1bdab
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.
#a1bdab Background Color
<div style="background-color:#a1bdab">
Div content here</div>
This div background color is #a1bdab
#a1bdab Border Color
<div style="border:3px solid #a1bdab">
Div here</div>
This div border color is #a1bdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1bdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1bdab; -webkit-box-shadow: 1px 1px 3px 2px #a1bdab; box-shadow: 1px 1px 3px 2px #a1bdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,189,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 #a1bdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1bdab; -webkit-box-shadow: 1px 1px 3px 2px #a1bdab; box-shadow: 1px 1px 3px 2px #a1bdab;">
Div content here</div>
This div box has shadow with color #a1bdab
Comments
No comments written yet.
Please login to write comment.