HEX: #FFDAB9
RGB: (255,218,185)
Die Farbenname ist PeachPuff. #FFDAB9 enthält hauptsächlich rote und grüne Farbe. Für #FFDAB9 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FFDAB9 wird in RGB als (255,218,185) definiert.
RGB: (255,218,185) (100%,85%,73%)
R 255 von 255 = 100%
G 218 von 255 = 85%
B 185 von 255 = 73%
R + G + B ~ 86%. #FFDAB9 helle Farbe.
R + G + B =
255 + 218 + 185 = 658 (100%)
R 255 von 658 ~ 38.75%
G 218 von 658 ~ 33.13%
B 185 von 658 ~ 28.12%
Die Farbe #FFDAB9 wird in CMYK als (0,15,27,0) definiert.
CMYK: (0,15,27,0) C0M15Y27K0 (0%,15%,27%,0%) (0.00/0.15/0.27/0.00)
FF | DA | B9 | |
---|---|---|---|
RGB | 255 | 218 | 185 |
HSL | 28° | 100.00% | 86.27% |
HSB/HSV | 28° | 27.45% | 100.00% |
CMYK | 0.00% | 14.51% | 27.45% |
0.00% |
Hexadezimal | FF | DA | B9 |
Dezimal | 255 | 218 | 185 |
Binär | 11111111 | 11011010 | 10111001 |
Oktal | 377 | 332 | 271 |
Beispiele css- und html für Elemente in der Farbe #FFDAB9. Bitte benutzen Sie auch rgb(255,218,185) statt hex-Code.
.myTextColor { color: #FFDAB9; }
<p style="color:#FFDAB9">This sample text font color is #FFDAB9.</p>
Die Farbe dieses Textes ist #FFDAB9.
.myBgColor { background-color: #FFDAB9; }
<div style="background-color:#FFDAB9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FFDAB9.
.myBorderColor { border: 1px solid #FFDAB9; }
<div style="border:3px solid #FFDAB9">Div</div>
Die Grenzen von diesem div sind in Farbe #FFDAB9.
.myOpacity80 { color: #FFDAB9; opacity: 0.8; }
<p style="color:#FFDAB9;opacity:0.8;">80%</p>
Text in Farbe #FFDAB9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFDAB9;}
<p style="text-shadow: 3px 3px 1px #FFDAB9">Text here.</p>
Dieser Text hat den Schatten in Farbe #FFDAB9.
.textShadow {text-shadow: 3px 3px 1px #FFDAB9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFDAB9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FFDAB9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFDAB9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFDAB9, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFDAB9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FFDAB9; -webkit-box-shadow: 1px 1px 3px 2px #FFDAB9; box-shadow: 1px 1px 3px 2px #FFDAB9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FFDAB9; -webkit-box-shadow: 1px 1px 3px 2px #FFDAB9; box-shadow:1px 1px 3px 2px #FFDAB9;">
Div content here</div>
Dieser Text ist in der Farbe #FFDAB9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FFDAB9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FFDAB9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FFDAB9.