Colore e design
Generatore di Filtri CSS
Live preview blur, brightness, hue-rotate and more.
.filtered {
filter: none;
}Nota dell'editore
Understanding · Eight functions, one GPU-shader.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
Quick answers.
›Which filters can I generate here?
You can adjust `blur`, `brightness`, `contrast`, `grayscale`, `hue-rotate`, `invert`, `opacity`, `saturate`, and `sepia` settings.
›Are CSS filters performant?
Most filters are hardware-accelerated by the browser. However, large `blur` values or applying many filters to large images can impact scroll performance on lower-end devices.
›What browser support should I expect?
Modern browsers have excellent support for CSS filters. For older environments like Internet Explorer, these effects will gracefully degrade and simply not show.
›Can I apply multiple filters at once?
Yes. The tool combines all active values into a single `filter` property string, which is the standard way to chain multiple effects in CSS.
Le persone cercano anche
Strumenti correlati
More in this room.
- Generatore di SfumatureSfumature CSS lineari, radiali e coniche.
- Generatore Box ShadowEditor visuale di box-shadow CSS.
- Generatore Border RadiusEditor border-radius CSS per angolo.
- Editor Cubic BezierDisegna visivamente curve di easing CSS.
- Generatore di Animazioni CSSCrea keyframes visivamente, copia CSS pronto-all'uso.
- Generatore GlassmorphismSchede UI effetto vetro smerigliato con backdrop-filter.