HEX: #BEBE00
RGB: (190,190,0)
#BEBE00 enthält nur rote und grüne Farbe. Für #BEBE00 ist eine «websichere» Webfarbe #CCCC00 (oder kurz #CC0).
Die Farbe #BEBE00 wird in RGB als (190,190,0) definiert.
RGB: (190,190,0) (75%,75%,0%)
R 190 von 255 = 75%
G 190 von 255 = 75%
B 0 von 255 = 0%
R + G + B ~ 50%. #BEBE00 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
190 + 190 + 0 = 380 (100%)
R 190 von 380 ~ 50%
G 190 von 380 ~ 50%
B 0 von 380 ~ 0%
Die Farbe #BEBE00 wird in CMYK als (0,0,100,25) definiert.
CMYK: (0,0,100,25) C0M0Y100K25 (0%,0%,100%,25%) (0.00/0.00/1.00/0.25)
BE | BE | 00 | |
---|---|---|---|
RGB | 190 | 190 | 0 |
HSL | 60° | 100.00% | 37.25% |
HSB/HSV | 60° | 100.00% | 74.51% |
CMYK | 0.00% | 0.00% | 100.00% |
25.49% |
Hexadezimal | BE | BE | 00 |
Dezimal | 190 | 190 | 0 |
Binär | 10111110 | 10111110 | 0 |
Oktal | 276 | 276 | 0 |
Beispiele css- und html für Elemente in der Farbe #BEBE00. Bitte benutzen Sie auch rgb(190,190,0) statt hex-Code.
.myTextColor { color: #BEBE00; }
<p style="color:#BEBE00">This sample text font color is #BEBE00.</p>
Die Farbe dieses Textes ist #BEBE00.
.myBgColor { background-color: #BEBE00; }
<div style="background-color:#BEBE00">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEBE00.
.myBorderColor { border: 1px solid #BEBE00; }
<div style="border:3px solid #BEBE00">Div</div>
Die Grenzen von diesem div sind in Farbe #BEBE00.
.myOpacity80 { color: #BEBE00; opacity: 0.8; }
<p style="color:#BEBE00;opacity:0.8;">80%</p>
Text in Farbe #BEBE00 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEBE00;}
<p style="text-shadow: 3px 3px 1px #BEBE00">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEBE00.
.textShadow {text-shadow: 3px 3px 1px #BEBE00, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEBE00, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEBE00 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEBE00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEBE00, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEBE00 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BEBE00; -webkit-box-shadow: 1px 1px 3px 2px #BEBE00; box-shadow: 1px 1px 3px 2px #BEBE00; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BEBE00; -webkit-box-shadow: 1px 1px 3px 2px #BEBE00; box-shadow:1px 1px 3px 2px #BEBE00;">
Div content here</div>
Dieser Text ist in der Farbe #BEBE00 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEBE00 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEBE00.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEBE00.