Color spaces of #a1afbc
RGB | 161 | 175 | 188 |
---|---|---|---|
HSL | 0.58 | 0.17 | 0.68 |
HSV | 209° | 14° | 74° |
CMYK | 0.14 | 0.07 | 0.00 0.26 |
XYZ | 39.1050 | 41.8679 | 53.5972 |
Yxy | 41.8679 | 0.2906 | 0.3111 |
Hunter Lab | 64.7054 | -5.3572 | -3.8177 |
CIE-Lab | 70.7797 | -2.1719 | -8.2950 |
#a1afbc color RGB value is (161,175,188).
#a1afbc hex color red value is 161, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a1afbc hue: 0.58 , saturation: 0.17 and the lightness value of a1afbc is 0.68.
The process color (four color CMYK) of #a1afbc color hex is 0.14, 0.07, 0.00, 0.26. Web safe color of #a1afbc is #9999cc. Color #a1afbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10101111 | 10111100 |
Octal | 241 | 257 | 274 |
Decimal | 161 | 175 | 188 |
Hex | A1 | AF | BC |
Shades of #a1afbc
Tints of #a1afbc
RGB Percentages of Color #a1afbc
CMYK Percentages of Color #a1afbc
Complementary Color
#a1afbc | #bcaea1 |
#a1afbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1afbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1afbc Color CSS Codes
.mybgcolor {background-color:#a1afbc; } .myforecolor {color:#a1afbc; } .mybordercolor {border:3px solid #a1afbc; }
#a1afbc Text Font Color
<p style="color:#a1afbc">Text here</p>
This sample text font color is #a1afbc
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.
#a1afbc Background Color
<div style="background-color:#a1afbc">
Div content here</div>
This div background color is #a1afbc
#a1afbc Border Color
<div style="border:3px solid #a1afbc">
Div here</div>
This div border color is #a1afbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,175,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1afbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1afbc; -webkit-box-shadow: 1px 1px 3px 2px #a1afbc; box-shadow: 1px 1px 3px 2px #a1afbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,175,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a1afbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1afbc; -webkit-box-shadow: 1px 1px 3px 2px #a1afbc; box-shadow: 1px 1px 3px 2px #a1afbc;">
Div content here</div>
This div box has shadow with color #a1afbc
Comments
No comments written yet.
Please login to write comment.