HEX: #50CBCC
RGB: (80,203,204)
#50CBCC enthält hauptsächlich grüne und blaue Farbe. Für #50CBCC ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #50CBCC wird in RGB als (80,203,204) definiert.
RGB: (80,203,204) (31%,80%,80%)
R 80 von 255 = 31%
G 203 von 255 = 80%
B 204 von 255 = 80%
R + G + B ~ 64%. #50CBCC ziemlich helle Farbe.
R + G + B =
80 + 203 + 204 = 487 (100%)
R 80 von 487 ~ 16.43%
G 203 von 487 ~ 41.68%
B 204 von 487 ~ 41.89%
Die Farbe #50CBCC wird in CMYK als (61,0,0,20) definiert.
CMYK: (61,0,0,20) C61M0Y0K20 (61%,0%,0%,20%) (0.61/0.00/0.00/0.20)
50 | CB | CC | |
---|---|---|---|
RGB | 80 | 203 | 204 |
HSL | 180° | 54.87% | 55.69% |
HSB/HSV | 180° | 60.78% | 80.00% |
CMYK | 60.78% | 0.49% | 0.00% |
20.00% |
Hexadezimal | 50 | CB | CC |
Dezimal | 80 | 203 | 204 |
Binär | 1010000 | 11001011 | 11001100 |
Oktal | 120 | 313 | 314 |
Beispiele css- und html für Elemente in der Farbe #50CBCC. Bitte benutzen Sie auch rgb(80,203,204) statt hex-Code.
.myTextColor { color: #50CBCC; }
<p style="color:#50CBCC">This sample text font color is #50CBCC.</p>
Die Farbe dieses Textes ist #50CBCC.
.myBgColor { background-color: #50CBCC; }
<div style="background-color:#50CBCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50CBCC.
.myBorderColor { border: 1px solid #50CBCC; }
<div style="border:3px solid #50CBCC">Div</div>
Die Grenzen von diesem div sind in Farbe #50CBCC.
.myOpacity80 { color: #50CBCC; opacity: 0.8; }
<p style="color:#50CBCC;opacity:0.8;">80%</p>
Text in Farbe #50CBCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50CBCC;}
<p style="text-shadow: 3px 3px 1px #50CBCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #50CBCC.
.textShadow {text-shadow: 3px 3px 1px #50CBCC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50CBCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50CBCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50CBCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50CBCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #50CBCC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50CBCC; -webkit-box-shadow: 1px 1px 3px 2px #50CBCC; box-shadow: 1px 1px 3px 2px #50CBCC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50CBCC; -webkit-box-shadow: 1px 1px 3px 2px #50CBCC; box-shadow:1px 1px 3px 2px #50CBCC;">
Div content here</div>
Dieser Text ist in der Farbe #50CBCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50CBCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50CBCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50CBCC.