HEX: #F0FFBE
RGB: (240,255,190)
#F0FFBE enthält hauptsächlich rote und grüne Farbe. Für #F0FFBE ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #F0FFBE wird in RGB als (240,255,190) definiert.
RGB: (240,255,190)
(94%, 100%, 75%)
R 240 von 255 = 94%
G 255 von 255 = 100%
B 190 von 255 = 75%
R + G + B ~ 90%. #F0FFBE helle Farbe.
R + G + B = 240 + 255 + 190 = 685 (100%)
R 240 von 685 ~ 35.04%
G 255 von 685 ~ 37.23%
B 190 von 685 ~ 27.74'%
Die Farbe #F0FFBE wird in CMYK als (6,0,25,0) definiert.
CMYK: (6,0,25,0)
C6M0Y25K0 (6%, 0%, 25%, 0%)
(0.06 / 0.00 / 0.25 / 0.00)
Farbe #F0FFBE in den populären Farbmodellen.
F0 | FF | BE | |
---|---|---|---|
RGB | 240 | 255 | 190 |
HSL | 74° | 100.00% | 87.25% |
HSB/HSV | 74° | 25.49% | 100.00% |
CMYK | 5.88% | 0.00% | 25.49% |
0.00% |
Die Farbe #F0FFBE in den populären Zahlensystemen.
Hexadezimal | F0 | FF | BE |
Dezimal | 240 | 255 | 190 |
Binär | 11110000 | 11111111 | 10111110 |
Oktal | 360 | 377 | 276 |
Dunkle Töne der Farbe #F0FFBE
Helle Töne der Farbe #F0FFBE
Beispiele css- und html für Elemente in der Farbe #F0FFBE. Bitte benutzen Sie auch rgb(240,255,190) statt hex-Code.
.myTextColor { color: #F0FFBE; }
<p style="color:#F0FFBE">This sample text font color is #F0FFBE.</p>
Die Farbe dieses Textes ist #F0FFBE.
.myBgColor { background-color: #F0FFBE; }
<div style="background-color:#F0FFBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0FFBE.
.myBorderColor { border: 1px solid #F0FFBE; }
<div style="border:3px solid #F0FFBE">Div</div>
Die Grenzen von diesem div sind in Farbe #F0FFBE.
.myOpacity80 { color: #F0FFBE; opacity: 0.8; }
<p style="color:#F0FFBE;opacity:0.8;">80%</p>
Text in Farbe #F0FFBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0FFBE;}
<p style="text-shadow: 3px 3px 1px #F0FFBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0FFBE.
.textShadow {text-shadow: 3px 3px 1px #F0FFBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0FFBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0FFBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0FFBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0FFBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0FFBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0FFBE;
-webkit-box-shadow: 1px 1px 3px 2px #F0FFBE;
box-shadow: 1px 1px 3px 2px #F0FFBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0FFBE; -webkit-box-shadow: 1px 1px 3px 2px #F0FFBE; box-shadow:1px 1px 3px 2px #F0FFBE;">
Div content here
</div>
Dieser Text ist in der Farbe #F0FFBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0FFBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0FFBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0FFBE.
Kontrastfarbe für #hex ist #0F0041.