Color y Diseño
Generador de Filtros CSS
Live preview blur, brightness, hue-rotate and more.
.filtered {
filter: none;
}Nota del editor
Understanding · Eight functions, one GPU-shader.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
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.
La gente también busca
Herramientas relacionadas
More in this room.
- Generador de GradientesGradientes CSS lineales, radiales y cónicos.
- Generador de Sombras de CajaEditor visual de box-shadow CSS.
- Generador de Border RadiusEditor de border-radius CSS por esquina.
- Editor de Cubic BezierDiseña curvas de easing CSS visualmente.
- Generador de Animaciones CSSCrea fotogramas clave visualmente, copia CSS listo para pegar.
- Generador de GlassmorphismTarjetas UI de "vidrio esmerilado" con backdrop-filter.