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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -