css - rgba(0,0,255,0.5) as hexadecimal color value? -


with following can make background semi transparent css contense not semi transparent.

background-color: rgba(0,0,255,0.5); 

can same thing hexadecimal color values?

no, you cannot:

unlike rgb values, there no hexadecimal notation rgba value.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -