HEX: #F7BC7D
RGB: (247,188,125)
#F7BC7D enthält hauptsächlich rote und grüne Farbe. Für #F7BC7D ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #F7BC7D wird in RGB als (247,188,125) definiert.
RGB: (247,188,125)
(97%, 74%, 49%)
R 247 von 255 = 97%
G 188 von 255 = 74%
B 125 von 255 = 49%
R + G + B ~ 73%. #F7BC7D ziemlich helle Farbe.
R + G + B = 247 + 188 + 125 = 560 (100%)
R 247 von 560 ~ 44.11%
G 188 von 560 ~ 33.57%
B 125 von 560 ~ 22.32'%
Die Farbe #F7BC7D wird in CMYK als (0,24,49,3) definiert.
CMYK: (0,24,49,3) C0M24Y49K3 (0%,24%,49%,3%) (0.00/0.24/0.49/0.03)
Farbe #F7BC7D in den populären Farbmodellen.
F7 | BC | 7D | |
---|---|---|---|
RGB | 247 | 188 | 125 |
HSL | 31° | 88.41% | 72.94% |
HSB/HSV | 31° | 49.39% | 96.86% |
CMYK | 0.00% | 23.89% | 49.39% |
3.14% |
Die Farbe #F7BC7D in den populären Zahlensystemen.
Hexadezimal | F7 | BC | 7D |
Dezimal | 247 | 188 | 125 |
Binär | 11110111 | 10111100 | 1111101 |
Oktal | 367 | 274 | 175 |
Dunkle Töne der Farbe #F7BC7D
Helle Töne der Farbe #F7BC7D
Beispiele css- und html für Elemente in der Farbe #F7BC7D. Bitte benutzen Sie auch rgb(247,188,125) statt hex-Code.
.myTextColor { color: #F7BC7D; }
<p style="color:#F7BC7D">This sample text font color is #F7BC7D.</p>
Die Farbe dieses Textes ist #F7BC7D.
.myBgColor { background-color: #F7BC7D; }
<div style="background-color:#F7BC7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F7BC7D.
.myBorderColor { border: 1px solid #F7BC7D; }
<div style="border:3px solid #F7BC7D">Div</div>
Die Grenzen von diesem div sind in Farbe #F7BC7D.
.myOpacity80 { color: #F7BC7D; opacity: 0.8; }
<p style="color:#F7BC7D;opacity:0.8;">80%</p>
Text in Farbe #F7BC7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F7BC7D;}
<p style="text-shadow: 3px 3px 1px #F7BC7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #F7BC7D.
.textShadow {text-shadow: 3px 3px 1px #F7BC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F7BC7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F7BC7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F7BC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F7BC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F7BC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F7BC7D;
-webkit-box-shadow: 1px 1px 3px 2px #F7BC7D;
box-shadow: 1px 1px 3px 2px #F7BC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F7BC7D; -webkit-box-shadow: 1px 1px 3px 2px #F7BC7D; box-shadow:1px 1px 3px 2px #F7BC7D;">
Div content here
</div>
Dieser Text ist in der Farbe #F7BC7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F7BC7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F7BC7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F7BC7D.
Kontrastfarbe für #hex ist #084382.