HEX: #BEE5EA
RGB: (190,229,234)
#BEE5EA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEE5EA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #BEE5EA wird in RGB als (190,229,234) definiert.
RGB: (190,229,234)
(75%, 90%, 92%)
R 190 von 255 = 75%
G 229 von 255 = 90%
B 234 von 255 = 92%
R + G + B ~ 86%. #BEE5EA helle Farbe.
R + G + B = 190 + 229 + 234 = 653 (100%)
R 190 von 653 ~ 29.1%
G 229 von 653 ~ 35.07%
B 234 von 653 ~ 35.83'%
Die Farbe #BEE5EA wird in CMYK als (19,2,0,8) definiert.
CMYK: (19,2,0,8) C19M2Y0K8 (19%,2%,0%,8%) (0.19/0.02/0.00/0.08)
Farbe #BEE5EA in den populären Farbmodellen.
BE | E5 | EA | |
---|---|---|---|
RGB | 190 | 229 | 234 |
HSL | 187° | 51.16% | 83.14% |
HSB/HSV | 187° | 18.80% | 91.76% |
CMYK | 18.80% | 2.14% | 0.00% |
8.24% |
Die Farbe #BEE5EA in den populären Zahlensystemen.
Hexadezimal | BE | E5 | EA |
Dezimal | 190 | 229 | 234 |
Binär | 10111110 | 11100101 | 11101010 |
Oktal | 276 | 345 | 352 |
Dunkle Töne der Farbe #BEE5EA
Helle Töne der Farbe #BEE5EA
Beispiele css- und html für Elemente in der Farbe #BEE5EA. Bitte benutzen Sie auch rgb(190,229,234) statt hex-Code.
.myTextColor { color: #BEE5EA; }
<p style="color:#BEE5EA">This sample text font color is #BEE5EA.</p>
Die Farbe dieses Textes ist #BEE5EA.
.myBgColor { background-color: #BEE5EA; }
<div style="background-color:#BEE5EA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEE5EA.
.myBorderColor { border: 1px solid #BEE5EA; }
<div style="border:3px solid #BEE5EA">Div</div>
Die Grenzen von diesem div sind in Farbe #BEE5EA.
.myOpacity80 { color: #BEE5EA; opacity: 0.8; }
<p style="color:#BEE5EA;opacity:0.8;">80%</p>
Text in Farbe #BEE5EA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE5EA;}
<p style="text-shadow: 3px 3px 1px #BEE5EA">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEE5EA.
.textShadow {text-shadow: 3px 3px 1px #BEE5EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE5EA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEE5EA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE5EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE5EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE5EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE5EA;
-webkit-box-shadow: 1px 1px 3px 2px #BEE5EA;
box-shadow: 1px 1px 3px 2px #BEE5EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE5EA; -webkit-box-shadow: 1px 1px 3px 2px #BEE5EA; box-shadow:1px 1px 3px 2px #BEE5EA;">
Div content here
</div>
Dieser Text ist in der Farbe #BEE5EA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEE5EA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEE5EA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEE5EA.
Kontrastfarbe für #hex ist #411A15.