Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for color

0to255

Praktisches, simples Tool: 0to255

Basically, it’s a simple tool that helps web designers find lighter and darker colors based on any color.

CSS Color Inspector

Nette Idee: CSSPrism. Man gibt der Anwendung die URL eines Stylesheets und bekommt die verwendeten Farben inklusive der Zeilen Nummer in der sie definiert sind.

Browser Support für RGBa

Chris Coyier hat eine schöne Auflistung zusammengestellt welche Browser RGBa unterstützen.

Im Einsatz sieht RGBa so aus:

div {
 background: rgb(200, 54, 54);  
 background: rgba(200, 54, 54, 0.5);
}

Natürlich braucht der IE eine Sonderbehandlung:

<!--[if IE]>
 <style type="text/css">
 .color-block {
 background:transparent;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000050,endColorstr=#99000050);
 zoom: 1;
 }
 </style>
<![endif]-->

Generatoren für Farbkombinationen

Das Webstandard-Blog stellt einige Farb(schema)-Generatoren vor.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.