HEX: #EBF197
RGB: (235,241,151)
#EBF197 enthält hauptsächlich rote und grüne Farbe. Für #EBF197 ist eine «websichere» Webfarbe #FFFF99 (oder kurz #FF9).
Die Farbe #EBF197 wird in RGB als (235,241,151) definiert.
RGB: (235,241,151) (92%,95%,59%)
R 235 von 255 = 92%
G 241 von 255 = 95%
B 151 von 255 = 59%
R + G + B ~ 82%. #EBF197 ziemlich helle Farbe.
R + G + B =
235 + 241 + 151 = 627 (100%)
R 235 von 627 ~ 37.48%
G 241 von 627 ~ 38.44%
B 151 von 627 ~ 24.08%
Die Farbe #EBF197 wird in CMYK als (2,0,37,5) definiert.
CMYK: (2,0,37,5) C2M0Y37K5 (2%,0%,37%,5%) (0.02/0.00/0.37/0.05)
EB | F1 | 97 | |
---|---|---|---|
RGB | 235 | 241 | 151 |
HSL | 64° | 76.27% | 76.86% |
HSB/HSV | 64° | 37.34% | 94.51% |
CMYK | 2.49% | 0.00% | 37.34% |
5.49% |
Hexadezimal | EB | F1 | 97 |
Dezimal | 235 | 241 | 151 |
Binär | 11101011 | 11110001 | 10010111 |
Oktal | 353 | 361 | 227 |
Beispiele css- und html für Elemente in der Farbe #EBF197. Bitte benutzen Sie auch rgb(235,241,151) statt hex-Code.
.myTextColor { color: #EBF197; }
<p style="color:#EBF197">This sample text font color is #EBF197.</p>
Die Farbe dieses Textes ist #EBF197.
.myBgColor { background-color: #EBF197; }
<div style="background-color:#EBF197">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBF197.
.myBorderColor { border: 1px solid #EBF197; }
<div style="border:3px solid #EBF197">Div</div>
Die Grenzen von diesem div sind in Farbe #EBF197.
.myOpacity80 { color: #EBF197; opacity: 0.8; }
<p style="color:#EBF197;opacity:0.8;">80%</p>
Text in Farbe #EBF197 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBF197;}
<p style="text-shadow: 3px 3px 1px #EBF197">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBF197.
.textShadow {text-shadow: 3px 3px 1px #EBF197, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBF197, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBF197 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBF197, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBF197, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBF197 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EBF197; -webkit-box-shadow: 1px 1px 3px 2px #EBF197; box-shadow: 1px 1px 3px 2px #EBF197; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EBF197; -webkit-box-shadow: 1px 1px 3px 2px #EBF197; box-shadow:1px 1px 3px 2px #EBF197;">
Div content here</div>
Dieser Text ist in der Farbe #EBF197 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBF197 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBF197.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBF197.