HEX: #BEE2EE
RGB: (190,226,238)
#BEE2EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEE2EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #BEE2EE wird in RGB als (190,226,238) definiert.
RGB: (190,226,238) (75%,89%,93%)
R 190 von 255 = 75%
G 226 von 255 = 89%
B 238 von 255 = 93%
R + G + B ~ 86%. #BEE2EE helle Farbe.
R + G + B =
190 + 226 + 238 = 654 (100%)
R 190 von 654 ~ 29.05%
G 226 von 654 ~ 34.56%
B 238 von 654 ~ 36.39%
Die Farbe #BEE2EE wird in CMYK als (20,5,0,7) definiert.
CMYK: (20,5,0,7) C20M5Y0K7 (20%,5%,0%,7%) (0.20/0.05/0.00/0.07)
BE | E2 | EE | |
---|---|---|---|
RGB | 190 | 226 | 238 |
HSL | 195° | 58.54% | 83.92% |
HSB/HSV | 195° | 20.17% | 93.33% |
CMYK | 20.17% | 5.04% | 0.00% |
6.67% |
Hexadezimal | BE | E2 | EE |
Dezimal | 190 | 226 | 238 |
Binär | 10111110 | 11100010 | 11101110 |
Oktal | 276 | 342 | 356 |
Beispiele css- und html für Elemente in der Farbe #BEE2EE. Bitte benutzen Sie auch rgb(190,226,238) statt hex-Code.
.myTextColor { color: #BEE2EE; }
<p style="color:#BEE2EE">This sample text font color is #BEE2EE.</p>
Die Farbe dieses Textes ist #BEE2EE.
.myBgColor { background-color: #BEE2EE; }
<div style="background-color:#BEE2EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEE2EE.
.myBorderColor { border: 1px solid #BEE2EE; }
<div style="border:3px solid #BEE2EE">Div</div>
Die Grenzen von diesem div sind in Farbe #BEE2EE.
.myOpacity80 { color: #BEE2EE; opacity: 0.8; }
<p style="color:#BEE2EE;opacity:0.8;">80%</p>
Text in Farbe #BEE2EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE2EE;}
<p style="text-shadow: 3px 3px 1px #BEE2EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEE2EE.
.textShadow {text-shadow: 3px 3px 1px #BEE2EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE2EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEE2EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE2EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE2EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE2EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BEE2EE; -webkit-box-shadow: 1px 1px 3px 2px #BEE2EE; box-shadow: 1px 1px 3px 2px #BEE2EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BEE2EE; -webkit-box-shadow: 1px 1px 3px 2px #BEE2EE; box-shadow:1px 1px 3px 2px #BEE2EE;">
Div content here</div>
Dieser Text ist in der Farbe #BEE2EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEE2EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEE2EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEE2EE.