HEX: #FFEFD5
RGB: (255,239,213)
Die Farbenname ist PapayaWhip. #FFEFD5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FFEFD5 ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #FFEFD5 wird in RGB als (255,239,213) definiert.
RGB: (255,239,213) (100%,94%,84%)
R 255 von 255 = 100%
G 239 von 255 = 94%
B 213 von 255 = 84%
R + G + B ~ 93%. #FFEFD5 helle Farbe.
R + G + B =
255 + 239 + 213 = 707 (100%)
R 255 von 707 ~ 36.07%
G 239 von 707 ~ 33.8%
B 213 von 707 ~ 30.13%
Die Farbe #FFEFD5 wird in CMYK als (0,6,16,0) definiert.
CMYK: (0,6,16,0) C0M6Y16K0 (0%,6%,16%,0%) (0.00/0.06/0.16/0.00)
FF | EF | D5 | |
---|---|---|---|
RGB | 255 | 239 | 213 |
HSL | 37° | 100.00% | 91.76% |
HSB/HSV | 37° | 16.47% | 100.00% |
CMYK | 0.00% | 6.27% | 16.47% |
0.00% |
Hexadezimal | FF | EF | D5 |
Dezimal | 255 | 239 | 213 |
Binär | 11111111 | 11101111 | 11010101 |
Oktal | 377 | 357 | 325 |
Beispiele css- und html für Elemente in der Farbe #FFEFD5. Bitte benutzen Sie auch rgb(255,239,213) statt hex-Code.
.myTextColor { color: #FFEFD5; }
<p style="color:#FFEFD5">This sample text font color is #FFEFD5.</p>
Die Farbe dieses Textes ist #FFEFD5.
.myBgColor { background-color: #FFEFD5; }
<div style="background-color:#FFEFD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FFEFD5.
.myBorderColor { border: 1px solid #FFEFD5; }
<div style="border:3px solid #FFEFD5">Div</div>
Die Grenzen von diesem div sind in Farbe #FFEFD5.
.myOpacity80 { color: #FFEFD5; opacity: 0.8; }
<p style="color:#FFEFD5;opacity:0.8;">80%</p>
Text in Farbe #FFEFD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFEFD5;}
<p style="text-shadow: 3px 3px 1px #FFEFD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #FFEFD5.
.textShadow {text-shadow: 3px 3px 1px #FFEFD5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFEFD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FFEFD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFEFD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFEFD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFEFD5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FFEFD5; -webkit-box-shadow: 1px 1px 3px 2px #FFEFD5; box-shadow: 1px 1px 3px 2px #FFEFD5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FFEFD5; -webkit-box-shadow: 1px 1px 3px 2px #FFEFD5; box-shadow:1px 1px 3px 2px #FFEFD5;">
Div content here</div>
Dieser Text ist in der Farbe #FFEFD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FFEFD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FFEFD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FFEFD5.