HEX: #09EBD1
RGB: (9,235,209)
#09EBD1 enthält hauptsächlich grüne und blaue Farbe. Für #09EBD1 ist eine «websichere» Webfarbe #00FFCC (oder kurz #0FC).
Die Farbe #09EBD1 wird in RGB als (9,235,209) definiert.
RGB: (9,235,209) (4%,92%,82%)
R 9 von 255 = 4%
G 235 von 255 = 92%
B 209 von 255 = 82%
R + G + B ~ 59%. #09EBD1 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
9 + 235 + 209 = 453 (100%)
R 9 von 453 ~ 1.99%
G 235 von 453 ~ 51.88%
B 209 von 453 ~ 46.14%
Die Farbe #09EBD1 wird in CMYK als (96,0,11,8) definiert.
CMYK: (96,0,11,8) C96M0Y11K8 (96%,0%,11%,8%) (0.96/0.00/0.11/0.08)
09 | EB | D1 | |
---|---|---|---|
RGB | 9 | 235 | 209 |
HSL | 173° | 92.62% | 47.84% |
HSB/HSV | 173° | 96.17% | 92.16% |
CMYK | 96.17% | 0.00% | 11.06% |
7.84% |
Hexadezimal | 09 | EB | D1 |
Dezimal | 9 | 235 | 209 |
Binär | 1001 | 11101011 | 11010001 |
Oktal | 11 | 353 | 321 |
Beispiele css- und html für Elemente in der Farbe #09EBD1. Bitte benutzen Sie auch rgb(9,235,209) statt hex-Code.
.myTextColor { color: #09EBD1; }
<p style="color:#09EBD1">This sample text font color is #09EBD1.</p>
Die Farbe dieses Textes ist #09EBD1.
.myBgColor { background-color: #09EBD1; }
<div style="background-color:#09EBD1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #09EBD1.
.myBorderColor { border: 1px solid #09EBD1; }
<div style="border:3px solid #09EBD1">Div</div>
Die Grenzen von diesem div sind in Farbe #09EBD1.
.myOpacity80 { color: #09EBD1; opacity: 0.8; }
<p style="color:#09EBD1;opacity:0.8;">80%</p>
Text in Farbe #09EBD1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09EBD1;}
<p style="text-shadow: 3px 3px 1px #09EBD1">Text here.</p>
Dieser Text hat den Schatten in Farbe #09EBD1.
.textShadow {text-shadow: 3px 3px 1px #09EBD1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09EBD1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #09EBD1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09EBD1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09EBD1, Direction=45, Strength=4)">Text</p>
This text has shadow with #09EBD1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09EBD1; -webkit-box-shadow: 1px 1px 3px 2px #09EBD1; box-shadow: 1px 1px 3px 2px #09EBD1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #09EBD1; -webkit-box-shadow: 1px 1px 3px 2px #09EBD1; box-shadow:1px 1px 3px 2px #09EBD1;">
Div content here</div>
Dieser Text ist in der Farbe #09EBD1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #09EBD1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #09EBD1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #09EBD1.