HEX: #7EE088
RGB: (126,224,136)
#7EE088 enthält hauptsächlich grüne Farbe. Für #7EE088 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #7EE088 wird in RGB als (126,224,136) definiert.
RGB: (126,224,136) (49%,88%,53%)
R 126 von 255 = 49%
G 224 von 255 = 88%
B 136 von 255 = 53%
R + G + B ~ 63%. #7EE088 ziemlich helle Farbe.
R + G + B =
126 + 224 + 136 = 486 (100%)
R 126 von 486 ~ 25.93%
G 224 von 486 ~ 46.09%
B 136 von 486 ~ 27.98%
Die Farbe #7EE088 wird in CMYK als (44,0,39,12) definiert.
CMYK: (44,0,39,12) C44M0Y39K12 (44%,0%,39%,12%) (0.44/0.00/0.39/0.12)
7E | E0 | 88 | |
---|---|---|---|
RGB | 126 | 224 | 136 |
HSL | 126° | 61.25% | 68.63% |
HSB/HSV | 126° | 43.75% | 87.84% |
CMYK | 43.75% | 0.00% | 39.29% |
12.16% |
Hexadezimal | 7E | E0 | 88 |
Dezimal | 126 | 224 | 136 |
Binär | 1111110 | 11100000 | 10001000 |
Oktal | 176 | 340 | 210 |
Beispiele css- und html für Elemente in der Farbe #7EE088. Bitte benutzen Sie auch rgb(126,224,136) statt hex-Code.
.myTextColor { color: #7EE088; }
<p style="color:#7EE088">This sample text font color is #7EE088.</p>
Die Farbe dieses Textes ist #7EE088.
.myBgColor { background-color: #7EE088; }
<div style="background-color:#7EE088">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EE088.
.myBorderColor { border: 1px solid #7EE088; }
<div style="border:3px solid #7EE088">Div</div>
Die Grenzen von diesem div sind in Farbe #7EE088.
.myOpacity80 { color: #7EE088; opacity: 0.8; }
<p style="color:#7EE088;opacity:0.8;">80%</p>
Text in Farbe #7EE088 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EE088;}
<p style="text-shadow: 3px 3px 1px #7EE088">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EE088.
.textShadow {text-shadow: 3px 3px 1px #7EE088, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EE088, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EE088 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EE088, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EE088, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EE088 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EE088; -webkit-box-shadow: 1px 1px 3px 2px #7EE088; box-shadow: 1px 1px 3px 2px #7EE088; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EE088; -webkit-box-shadow: 1px 1px 3px 2px #7EE088; box-shadow:1px 1px 3px 2px #7EE088;">
Div content here</div>
Dieser Text ist in der Farbe #7EE088 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EE088 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EE088.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EE088.