HEX: #60C4DB
RGB: (96,196,219)
#60C4DB enthält hauptsächlich grüne und blaue Farbe. Für #60C4DB ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #60C4DB wird in RGB als (96,196,219) definiert.
RGB: (96,196,219) (38%,77%,86%)
R 96 von 255 = 38%
G 196 von 255 = 77%
B 219 von 255 = 86%
R + G + B ~ 67%. #60C4DB ziemlich helle Farbe.
R + G + B =
96 + 196 + 219 = 511 (100%)
R 96 von 511 ~ 18.79%
G 196 von 511 ~ 38.36%
B 219 von 511 ~ 42.86%
Die Farbe #60C4DB wird in CMYK als (56,11,0,14) definiert.
CMYK: (56,11,0,14) C56M11Y0K14 (56%,11%,0%,14%) (0.56/0.11/0.00/0.14)
60 | C4 | DB | |
---|---|---|---|
RGB | 96 | 196 | 219 |
HSL | 191° | 63.08% | 61.76% |
HSB/HSV | 191° | 56.16% | 85.88% |
CMYK | 56.16% | 10.50% | 0.00% |
14.12% |
Hexadezimal | 60 | C4 | DB |
Dezimal | 96 | 196 | 219 |
Binär | 1100000 | 11000100 | 11011011 |
Oktal | 140 | 304 | 333 |
Beispiele css- und html für Elemente in der Farbe #60C4DB. Bitte benutzen Sie auch rgb(96,196,219) statt hex-Code.
.myTextColor { color: #60C4DB; }
<p style="color:#60C4DB">This sample text font color is #60C4DB.</p>
Die Farbe dieses Textes ist #60C4DB.
.myBgColor { background-color: #60C4DB; }
<div style="background-color:#60C4DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #60C4DB.
.myBorderColor { border: 1px solid #60C4DB; }
<div style="border:3px solid #60C4DB">Div</div>
Die Grenzen von diesem div sind in Farbe #60C4DB.
.myOpacity80 { color: #60C4DB; opacity: 0.8; }
<p style="color:#60C4DB;opacity:0.8;">80%</p>
Text in Farbe #60C4DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #60C4DB;}
<p style="text-shadow: 3px 3px 1px #60C4DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #60C4DB.
.textShadow {text-shadow: 3px 3px 1px #60C4DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #60C4DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #60C4DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#60C4DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#60C4DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #60C4DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60C4DB; -webkit-box-shadow: 1px 1px 3px 2px #60C4DB; box-shadow: 1px 1px 3px 2px #60C4DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #60C4DB; -webkit-box-shadow: 1px 1px 3px 2px #60C4DB; box-shadow:1px 1px 3px 2px #60C4DB;">
Div content here</div>
Dieser Text ist in der Farbe #60C4DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #60C4DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #60C4DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #60C4DB.