HEX: #BBE87D
RGB: (187,232,125)
#BBE87D enthält hauptsächlich rote und grüne Farbe. Für #BBE87D ist eine «websichere» Webfarbe #CCFF66 (oder kurz #CF6).
Die Farbe #BBE87D wird in RGB als (187,232,125) definiert.
RGB: (187,232,125) (73%,91%,49%)
R 187 von 255 = 73%
G 232 von 255 = 91%
B 125 von 255 = 49%
R + G + B ~ 71%. #BBE87D ziemlich helle Farbe.
R + G + B =
187 + 232 + 125 = 544 (100%)
R 187 von 544 ~ 34.38%
G 232 von 544 ~ 42.65%
B 125 von 544 ~ 22.98%
Die Farbe #BBE87D wird in CMYK als (19,0,46,9) definiert.
CMYK: (19,0,46,9) C19M0Y46K9 (19%,0%,46%,9%) (0.19/0.00/0.46/0.09)
BB | E8 | 7D | |
---|---|---|---|
RGB | 187 | 232 | 125 |
HSL | 85° | 69.93% | 70.00% |
HSB/HSV | 85° | 46.12% | 90.98% |
CMYK | 19.40% | 0.00% | 46.12% |
9.02% |
Hexadezimal | BB | E8 | 7D |
Dezimal | 187 | 232 | 125 |
Binär | 10111011 | 11101000 | 1111101 |
Oktal | 273 | 350 | 175 |
Beispiele css- und html für Elemente in der Farbe #BBE87D. Bitte benutzen Sie auch rgb(187,232,125) statt hex-Code.
.myTextColor { color: #BBE87D; }
<p style="color:#BBE87D">This sample text font color is #BBE87D.</p>
Die Farbe dieses Textes ist #BBE87D.
.myBgColor { background-color: #BBE87D; }
<div style="background-color:#BBE87D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBE87D.
.myBorderColor { border: 1px solid #BBE87D; }
<div style="border:3px solid #BBE87D">Div</div>
Die Grenzen von diesem div sind in Farbe #BBE87D.
.myOpacity80 { color: #BBE87D; opacity: 0.8; }
<p style="color:#BBE87D;opacity:0.8;">80%</p>
Text in Farbe #BBE87D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE87D;}
<p style="text-shadow: 3px 3px 1px #BBE87D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBE87D.
.textShadow {text-shadow: 3px 3px 1px #BBE87D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE87D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBE87D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE87D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE87D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE87D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBE87D; -webkit-box-shadow: 1px 1px 3px 2px #BBE87D; box-shadow: 1px 1px 3px 2px #BBE87D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBE87D; -webkit-box-shadow: 1px 1px 3px 2px #BBE87D; box-shadow:1px 1px 3px 2px #BBE87D;">
Div content here</div>
Dieser Text ist in der Farbe #BBE87D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBE87D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBE87D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBE87D.