HEX: #F5EDBF
RGB: (245,237,191)
#F5EDBF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F5EDBF ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #F5EDBF wird in RGB als (245,237,191) definiert.
RGB: (245,237,191) (96%,93%,75%)
R 245 von 255 = 96%
G 237 von 255 = 93%
B 191 von 255 = 75%
R + G + B ~ 88%. #F5EDBF helle Farbe.
R + G + B =
245 + 237 + 191 = 673 (100%)
R 245 von 673 ~ 36.4%
G 237 von 673 ~ 35.22%
B 191 von 673 ~ 28.38%
Die Farbe #F5EDBF wird in CMYK als (0,3,22,4) definiert.
CMYK: (0,3,22,4) C0M3Y22K4 (0%,3%,22%,4%) (0.00/0.03/0.22/0.04)
F5 | ED | BF | |
---|---|---|---|
RGB | 245 | 237 | 191 |
HSL | 51° | 72.97% | 85.49% |
HSB/HSV | 51° | 22.04% | 96.08% |
CMYK | 0.00% | 3.27% | 22.04% |
3.92% |
Hexadezimal | F5 | ED | BF |
Dezimal | 245 | 237 | 191 |
Binär | 11110101 | 11101101 | 10111111 |
Oktal | 365 | 355 | 277 |
Beispiele css- und html für Elemente in der Farbe #F5EDBF. Bitte benutzen Sie auch rgb(245,237,191) statt hex-Code.
.myTextColor { color: #F5EDBF; }
<p style="color:#F5EDBF">This sample text font color is #F5EDBF.</p>
Die Farbe dieses Textes ist #F5EDBF.
.myBgColor { background-color: #F5EDBF; }
<div style="background-color:#F5EDBF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F5EDBF.
.myBorderColor { border: 1px solid #F5EDBF; }
<div style="border:3px solid #F5EDBF">Div</div>
Die Grenzen von diesem div sind in Farbe #F5EDBF.
.myOpacity80 { color: #F5EDBF; opacity: 0.8; }
<p style="color:#F5EDBF;opacity:0.8;">80%</p>
Text in Farbe #F5EDBF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5EDBF;}
<p style="text-shadow: 3px 3px 1px #F5EDBF">Text here.</p>
Dieser Text hat den Schatten in Farbe #F5EDBF.
.textShadow {text-shadow: 3px 3px 1px #F5EDBF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5EDBF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F5EDBF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5EDBF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5EDBF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5EDBF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F5EDBF; -webkit-box-shadow: 1px 1px 3px 2px #F5EDBF; box-shadow: 1px 1px 3px 2px #F5EDBF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F5EDBF; -webkit-box-shadow: 1px 1px 3px 2px #F5EDBF; box-shadow:1px 1px 3px 2px #F5EDBF;">
Div content here</div>
Dieser Text ist in der Farbe #F5EDBF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F5EDBF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F5EDBF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F5EDBF.