Utility to format an hexadecimal string into a CSS hexadecimal string.
hex('FFF'); // -> '#FFF'hex('0F0F0F'); // -> '#0F0F0F' Copy
hex('FFF'); // -> '#FFF'hex('0F0F0F'); // -> '#0F0F0F'
The hexadecimal code.
Utility to format an hexadecimal string into a CSS hexadecimal string.
Example