Hexadecimal color code [HEX Code] for transparency- Web, Android & iOS
How to set transparency with hex value ?
For example, you want to set 40% alpha transparence to #000000
(black color), you need to add 66
like this #66000000
.
:root { | |
/* Fon family */ | |
--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; | |
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | |
--font-default: var(--font-sans); | |
/* Font size */ | |
--text-xs: .75rem/1rem var(--font-default); |
# Remove Windows UWP Apps | |
# github/icedterminal | |
# v1.0.1 | |
# ============================================================================================================== | |
# DOWNLOADING THIS SCRIPT: | |
# While this script is clearly safe, Windows may block this file. You will need to unblock it if that's the case. | |
# Additionally, PowerShell blocks scripts for safety. Run the command: set-executionpolicy unrestricted | |
# You can revert this change with the command: set-executionpolicy restricted | |
# | |
# COPYING AND PASTING THIS SCRIPT: |
For example, you want to set 40% alpha transparence to #000000
(black color), you need to add 66
like this #66000000
.