HEX: #DAEDEB
RGB: (218,237,235)
#DAEDEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #DAEDEB ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #DAEDEB wird in RGB als (218,237,235) definiert.
RGB: (218,237,235) (85%,93%,92%)
R 218 von 255 = 85%
G 237 von 255 = 93%
B 235 von 255 = 92%
R + G + B ~ 90%. #DAEDEB helle Farbe.
R + G + B =
218 + 237 + 235 = 690 (100%)
R 218 von 690 ~ 31.59%
G 237 von 690 ~ 34.35%
B 235 von 690 ~ 34.06%
Die Farbe #DAEDEB wird in CMYK als (8,0,1,7) definiert.
CMYK: (8,0,1,7) C8M0Y1K7 (8%,0%,1%,7%) (0.08/0.00/0.01/0.07)
DA | ED | EB | |
---|---|---|---|
RGB | 218 | 237 | 235 |
HSL | 174° | 34.55% | 89.22% |
HSB/HSV | 174° | 8.02% | 92.94% |
CMYK | 8.02% | 0.00% | 0.84% |
7.06% |
Hexadezimal | DA | ED | EB |
Dezimal | 218 | 237 | 235 |
Binär | 11011010 | 11101101 | 11101011 |
Oktal | 332 | 355 | 353 |
Beispiele css- und html für Elemente in der Farbe #DAEDEB. Bitte benutzen Sie auch rgb(218,237,235) statt hex-Code.
.myTextColor { color: #DAEDEB; }
<p style="color:#DAEDEB">This sample text font color is #DAEDEB.</p>
Die Farbe dieses Textes ist #DAEDEB.
.myBgColor { background-color: #DAEDEB; }
<div style="background-color:#DAEDEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DAEDEB.
.myBorderColor { border: 1px solid #DAEDEB; }
<div style="border:3px solid #DAEDEB">Div</div>
Die Grenzen von diesem div sind in Farbe #DAEDEB.
.myOpacity80 { color: #DAEDEB; opacity: 0.8; }
<p style="color:#DAEDEB;opacity:0.8;">80%</p>
Text in Farbe #DAEDEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DAEDEB;}
<p style="text-shadow: 3px 3px 1px #DAEDEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #DAEDEB.
.textShadow {text-shadow: 3px 3px 1px #DAEDEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DAEDEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DAEDEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAEDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DAEDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DAEDEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DAEDEB; -webkit-box-shadow: 1px 1px 3px 2px #DAEDEB; box-shadow: 1px 1px 3px 2px #DAEDEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DAEDEB; -webkit-box-shadow: 1px 1px 3px 2px #DAEDEB; box-shadow:1px 1px 3px 2px #DAEDEB;">
Div content here</div>
Dieser Text ist in der Farbe #DAEDEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DAEDEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DAEDEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DAEDEB.