Renk ve Tasarım
CSS Filtre Oluşturucu
Live preview blur, brightness, hue-rotate and more.
.filtered {
filter: none;
}Editörün notu
Understanding · Eight functions, one GPU-shader.
Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.
Sıkça sorulan sorular
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.
İnsanlar ayrıca şunları arar
İlgili araçlar
More in this room.
- Gradyan OluşturucuDoğrusal, radyal ve konik CSS gradyanları.
- Kutu Gölgesi OluşturucuGörsel CSS box-shadow düzenleyici.
- Köşe Yuvarlama OluşturucuKöşeye özel CSS border-radius düzenleyicisi.
- Kübik Bezier DüzenleyiciCSS easing eğrilerini görsel olarak tasarlayın.
- CSS Animasyon OluşturucuAna kareleri görsel olarak oluşturun, yapıştırmaya hazır CSS'yi kopyalayın.
- Glassmorphism ÜreteciArka plan filtresi ile buzlu cam UI kartları.