HEX: #E6FADD
RGB: (230,250,221)
#E6FADD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FADD ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FADD wird in RGB als (230,250,221) definiert.
RGB: (230,250,221)
(90%, 98%, 87%)
R 230 von 255 = 90%
G 250 von 255 = 98%
B 221 von 255 = 87%
R + G + B ~ 92%. #E6FADD helle Farbe.
R + G + B = 230 + 250 + 221 = 701 (100%)
R 230 von 701 ~ 32.81%
G 250 von 701 ~ 35.66%
B 221 von 701 ~ 31.53'%
Die Farbe #E6FADD wird in CMYK als (8,0,12,2) definiert.
CMYK: (8,0,12,2) C8M0Y12K2 (8%,0%,12%,2%) (0.08/0.00/0.12/0.02)
Farbe #E6FADD in den populären Farbmodellen.
E6 | FA | DD | |
---|---|---|---|
RGB | 230 | 250 | 221 |
HSL | 101° | 74.36% | 92.35% |
HSB/HSV | 101° | 11.60% | 98.04% |
CMYK | 8.00% | 0.00% | 11.60% |
1.96% |
Die Farbe #E6FADD in den populären Zahlensystemen.
Hexadezimal | E6 | FA | DD |
Dezimal | 230 | 250 | 221 |
Binär | 11100110 | 11111010 | 11011101 |
Oktal | 346 | 372 | 335 |
Dunkle Töne der Farbe #E6FADD
Helle Töne der Farbe #E6FADD
Beispiele css- und html für Elemente in der Farbe #E6FADD. Bitte benutzen Sie auch rgb(230,250,221) statt hex-Code.
.myTextColor { color: #E6FADD; }
<p style="color:#E6FADD">This sample text font color is #E6FADD.</p>
Die Farbe dieses Textes ist #E6FADD.
.myBgColor { background-color: #E6FADD; }
<div style="background-color:#E6FADD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FADD.
.myBorderColor { border: 1px solid #E6FADD; }
<div style="border:3px solid #E6FADD">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FADD.
.myOpacity80 { color: #E6FADD; opacity: 0.8; }
<p style="color:#E6FADD;opacity:0.8;">80%</p>
Text in Farbe #E6FADD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FADD;}
<p style="text-shadow: 3px 3px 1px #E6FADD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FADD.
.textShadow {text-shadow: 3px 3px 1px #E6FADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FADD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FADD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FADD;
-webkit-box-shadow: 1px 1px 3px 2px #E6FADD;
box-shadow: 1px 1px 3px 2px #E6FADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FADD; -webkit-box-shadow: 1px 1px 3px 2px #E6FADD; box-shadow:1px 1px 3px 2px #E6FADD;">
Div content here
</div>
Dieser Text ist in der Farbe #E6FADD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FADD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FADD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FADD.
Kontrastfarbe für #hex ist #190522.