HEX: #80C0EE
RGB: (128,192,238)
#80C0EE enthält hauptsächlich grüne und blaue Farbe. Für #80C0EE ist eine «websichere» Webfarbe #66CCFF (oder kurz #6CF).
Die Farbe #80C0EE wird in RGB als (128,192,238) definiert.
RGB: (128,192,238) (50%,75%,93%)
R 128 von 255 = 50%
G 192 von 255 = 75%
B 238 von 255 = 93%
R + G + B ~ 73%. #80C0EE ziemlich helle Farbe.
R + G + B =
128 + 192 + 238 = 558 (100%)
R 128 von 558 ~ 22.94%
G 192 von 558 ~ 34.41%
B 238 von 558 ~ 42.65%
Die Farbe #80C0EE wird in CMYK als (46,19,0,7) definiert.
CMYK: (46,19,0,7) C46M19Y0K7 (46%,19%,0%,7%) (0.46/0.19/0.00/0.07)
80 | C0 | EE | |
---|---|---|---|
RGB | 128 | 192 | 238 |
HSL | 205° | 76.39% | 71.76% |
HSB/HSV | 205° | 46.22% | 93.33% |
CMYK | 46.22% | 19.33% | 0.00% |
6.67% |
Hexadezimal | 80 | C0 | EE |
Dezimal | 128 | 192 | 238 |
Binär | 10000000 | 11000000 | 11101110 |
Oktal | 200 | 300 | 356 |
Beispiele css- und html für Elemente in der Farbe #80C0EE. Bitte benutzen Sie auch rgb(128,192,238) statt hex-Code.
.myTextColor { color: #80C0EE; }
<p style="color:#80C0EE">This sample text font color is #80C0EE.</p>
Die Farbe dieses Textes ist #80C0EE.
.myBgColor { background-color: #80C0EE; }
<div style="background-color:#80C0EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80C0EE.
.myBorderColor { border: 1px solid #80C0EE; }
<div style="border:3px solid #80C0EE">Div</div>
Die Grenzen von diesem div sind in Farbe #80C0EE.
.myOpacity80 { color: #80C0EE; opacity: 0.8; }
<p style="color:#80C0EE;opacity:0.8;">80%</p>
Text in Farbe #80C0EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80C0EE;}
<p style="text-shadow: 3px 3px 1px #80C0EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #80C0EE.
.textShadow {text-shadow: 3px 3px 1px #80C0EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80C0EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80C0EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80C0EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80C0EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #80C0EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80C0EE; -webkit-box-shadow: 1px 1px 3px 2px #80C0EE; box-shadow: 1px 1px 3px 2px #80C0EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #80C0EE; -webkit-box-shadow: 1px 1px 3px 2px #80C0EE; box-shadow:1px 1px 3px 2px #80C0EE;">
Div content here</div>
Dieser Text ist in der Farbe #80C0EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80C0EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80C0EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80C0EE.