HEX: #EDB9FA
RGB: (237,185,250)
#EDB9FA enthält hauptsächlich rote und blaue Farbe. Für #EDB9FA ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDB9FA wird in RGB als (237,185,250) definiert.
RGB: (237,185,250) (93%,73%,98%)
R 237 von 255 = 93%
G 185 von 255 = 73%
B 250 von 255 = 98%
R + G + B ~ 88%. #EDB9FA helle Farbe.
R + G + B =
237 + 185 + 250 = 672 (100%)
R 237 von 672 ~ 35.27%
G 185 von 672 ~ 27.53%
B 250 von 672 ~ 37.2%
Die Farbe #EDB9FA wird in CMYK als (5,26,0,2) definiert.
CMYK: (5,26,0,2) C5M26Y0K2 (5%,26%,0%,2%) (0.05/0.26/0.00/0.02)
ED | B9 | FA | |
---|---|---|---|
RGB | 237 | 185 | 250 |
HSL | 288° | 86.67% | 85.29% |
HSB/HSV | 288° | 26.00% | 98.04% |
CMYK | 5.20% | 26.00% | 0.00% |
1.96% |
Hexadezimal | ED | B9 | FA |
Dezimal | 237 | 185 | 250 |
Binär | 11101101 | 10111001 | 11111010 |
Oktal | 355 | 271 | 372 |
Beispiele css- und html für Elemente in der Farbe #EDB9FA. Bitte benutzen Sie auch rgb(237,185,250) statt hex-Code.
.myTextColor { color: #EDB9FA; }
<p style="color:#EDB9FA">This sample text font color is #EDB9FA.</p>
Die Farbe dieses Textes ist #EDB9FA.
.myBgColor { background-color: #EDB9FA; }
<div style="background-color:#EDB9FA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDB9FA.
.myBorderColor { border: 1px solid #EDB9FA; }
<div style="border:3px solid #EDB9FA">Div</div>
Die Grenzen von diesem div sind in Farbe #EDB9FA.
.myOpacity80 { color: #EDB9FA; opacity: 0.8; }
<p style="color:#EDB9FA;opacity:0.8;">80%</p>
Text in Farbe #EDB9FA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB9FA;}
<p style="text-shadow: 3px 3px 1px #EDB9FA">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDB9FA.
.textShadow {text-shadow: 3px 3px 1px #EDB9FA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB9FA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDB9FA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB9FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB9FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB9FA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDB9FA; -webkit-box-shadow: 1px 1px 3px 2px #EDB9FA; box-shadow: 1px 1px 3px 2px #EDB9FA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDB9FA; -webkit-box-shadow: 1px 1px 3px 2px #EDB9FA; box-shadow:1px 1px 3px 2px #EDB9FA;">
Div content here</div>
Dieser Text ist in der Farbe #EDB9FA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDB9FA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDB9FA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDB9FA.