HEX: #BCD598
RGB: (188,213,152)
#BCD598 enthält hauptsächlich rote und grüne Farbe. Für #BCD598 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCD598 wird in RGB als (188,213,152) definiert.
RGB: (188,213,152) (74%,84%,60%)
R 188 von 255 = 74%
G 213 von 255 = 84%
B 152 von 255 = 60%
R + G + B ~ 73%. #BCD598 ziemlich helle Farbe.
R + G + B =
188 + 213 + 152 = 553 (100%)
R 188 von 553 ~ 34%
G 213 von 553 ~ 38.52%
B 152 von 553 ~ 27.49%
Die Farbe #BCD598 wird in CMYK als (12,0,29,16) definiert.
CMYK: (12,0,29,16) C12M0Y29K16 (12%,0%,29%,16%) (0.12/0.00/0.29/0.16)
BC | D5 | 98 | |
---|---|---|---|
RGB | 188 | 213 | 152 |
HSL | 85° | 42.07% | 71.57% |
HSB/HSV | 85° | 28.64% | 83.53% |
CMYK | 11.74% | 0.00% | 28.64% |
16.47% |
Hexadezimal | BC | D5 | 98 |
Dezimal | 188 | 213 | 152 |
Binär | 10111100 | 11010101 | 10011000 |
Oktal | 274 | 325 | 230 |
Beispiele css- und html für Elemente in der Farbe #BCD598. Bitte benutzen Sie auch rgb(188,213,152) statt hex-Code.
.myTextColor { color: #BCD598; }
<p style="color:#BCD598">This sample text font color is #BCD598.</p>
Die Farbe dieses Textes ist #BCD598.
.myBgColor { background-color: #BCD598; }
<div style="background-color:#BCD598">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCD598.
.myBorderColor { border: 1px solid #BCD598; }
<div style="border:3px solid #BCD598">Div</div>
Die Grenzen von diesem div sind in Farbe #BCD598.
.myOpacity80 { color: #BCD598; opacity: 0.8; }
<p style="color:#BCD598;opacity:0.8;">80%</p>
Text in Farbe #BCD598 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD598;}
<p style="text-shadow: 3px 3px 1px #BCD598">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCD598.
.textShadow {text-shadow: 3px 3px 1px #BCD598, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD598, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCD598 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD598, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD598 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCD598; -webkit-box-shadow: 1px 1px 3px 2px #BCD598; box-shadow: 1px 1px 3px 2px #BCD598; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCD598; -webkit-box-shadow: 1px 1px 3px 2px #BCD598; box-shadow:1px 1px 3px 2px #BCD598;">
Div content here</div>
Dieser Text ist in der Farbe #BCD598 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCD598 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCD598.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCD598.