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