HEX: #EDF0FD
RGB: (237,240,253)
#EDF0FD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDF0FD ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EDF0FD wird in RGB als (237,240,253) definiert.
RGB: (237,240,253) (93%,94%,99%)
R 237 von 255 = 93%
G 240 von 255 = 94%
B 253 von 255 = 99%
R + G + B ~ 95%. #EDF0FD helle Farbe.
R + G + B =
237 + 240 + 253 = 730 (100%)
R 237 von 730 ~ 32.47%
G 240 von 730 ~ 32.88%
B 253 von 730 ~ 34.66%
Die Farbe #EDF0FD wird in CMYK als (6,5,0,1) definiert.
CMYK: (6,5,0,1) C6M5Y0K1 (6%,5%,0%,1%) (0.06/0.05/0.00/0.01)
ED | F0 | FD | |
---|---|---|---|
RGB | 237 | 240 | 253 |
HSL | 229° | 80.00% | 96.08% |
HSB/HSV | 229° | 6.32% | 99.22% |
CMYK | 6.32% | 5.14% | 0.00% |
0.78% |
Hexadezimal | ED | F0 | FD |
Dezimal | 237 | 240 | 253 |
Binär | 11101101 | 11110000 | 11111101 |
Oktal | 355 | 360 | 375 |
Beispiele css- und html für Elemente in der Farbe #EDF0FD. Bitte benutzen Sie auch rgb(237,240,253) statt hex-Code.
.myTextColor { color: #EDF0FD; }
<p style="color:#EDF0FD">This sample text font color is #EDF0FD.</p>
Die Farbe dieses Textes ist #EDF0FD.
.myBgColor { background-color: #EDF0FD; }
<div style="background-color:#EDF0FD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDF0FD.
.myBorderColor { border: 1px solid #EDF0FD; }
<div style="border:3px solid #EDF0FD">Div</div>
Die Grenzen von diesem div sind in Farbe #EDF0FD.
.myOpacity80 { color: #EDF0FD; opacity: 0.8; }
<p style="color:#EDF0FD;opacity:0.8;">80%</p>
Text in Farbe #EDF0FD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF0FD;}
<p style="text-shadow: 3px 3px 1px #EDF0FD">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDF0FD.
.textShadow {text-shadow: 3px 3px 1px #EDF0FD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF0FD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDF0FD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF0FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF0FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF0FD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDF0FD; -webkit-box-shadow: 1px 1px 3px 2px #EDF0FD; box-shadow: 1px 1px 3px 2px #EDF0FD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDF0FD; -webkit-box-shadow: 1px 1px 3px 2px #EDF0FD; box-shadow:1px 1px 3px 2px #EDF0FD;">
Div content here</div>
Dieser Text ist in der Farbe #EDF0FD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDF0FD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDF0FD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDF0FD.