HEX: #06D5FE
RGB: (6,213,254)
#06D5FE enthält hauptsächlich grüne und blaue Farbe. Für #06D5FE ist eine «websichere» Webfarbe #00CCFF (oder kurz #0CF).
Die Farbe #06D5FE wird in RGB als (6,213,254) definiert.
RGB: (6,213,254)
(2%, 84%, 100%)
R 6 von 255 = 2%
G 213 von 255 = 84%
B 254 von 255 = 100%
R + G + B ~ 62%. #06D5FE ziemlich helle Farbe.
R + G + B = 6 + 213 + 254 = 473 (100%)
R 6 von 473 ~ 1.27%
G 213 von 473 ~ 45.03%
B 254 von 473 ~ 53.7'%
Die Farbe #06D5FE wird in CMYK als (98,16,0,0) definiert.
CMYK: (98,16,0,0)
C98M16Y0K0 (98%, 16%, 0%, 0%)
(0.98 / 0.16 / 0.00 / 0.00)
Farbe #06D5FE in den populären Farbmodellen.
06 | D5 | FE | |
---|---|---|---|
RGB | 6 | 213 | 254 |
HSL | 190° | 99.20% | 50.98% |
HSB/HSV | 190° | 97.64% | 99.61% |
CMYK | 97.64% | 16.14% | 0.00% |
0.39% |
Die Farbe #06D5FE in den populären Zahlensystemen.
Hexadezimal | 06 | D5 | FE |
Dezimal | 6 | 213 | 254 |
Binär | 110 | 11010101 | 11111110 |
Oktal | 6 | 325 | 376 |
Dunkle Töne der Farbe #06D5FE
Helle Töne der Farbe #06D5FE
Beispiele css- und html für Elemente in der Farbe #06D5FE. Bitte benutzen Sie auch rgb(6,213,254) statt hex-Code.
.myTextColor { color: #06D5FE; }
<p style="color:#06D5FE">This sample text font color is #06D5FE.</p>
Die Farbe dieses Textes ist #06D5FE.
.myBgColor { background-color: #06D5FE; }
<div style="background-color:#06D5FE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06D5FE.
.myBorderColor { border: 1px solid #06D5FE; }
<div style="border:3px solid #06D5FE">Div</div>
Die Grenzen von diesem div sind in Farbe #06D5FE.
.myOpacity80 { color: #06D5FE; opacity: 0.8; }
<p style="color:#06D5FE;opacity:0.8;">80%</p>
Text in Farbe #06D5FE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06D5FE;}
<p style="text-shadow: 3px 3px 1px #06D5FE">Text here.</p>
Dieser Text hat den Schatten in Farbe #06D5FE.
.textShadow {text-shadow: 3px 3px 1px #06D5FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06D5FE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06D5FE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06D5FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06D5FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #06D5FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06D5FE;
-webkit-box-shadow: 1px 1px 3px 2px #06D5FE;
box-shadow: 1px 1px 3px 2px #06D5FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06D5FE; -webkit-box-shadow: 1px 1px 3px 2px #06D5FE; box-shadow:1px 1px 3px 2px #06D5FE;">
Div content here
</div>
Dieser Text ist in der Farbe #06D5FE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06D5FE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06D5FE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06D5FE.
Kontrastfarbe für #06D5FE ist #F92A01.