HEX: #448FAE
RGB: (68,143,174)
#448FAE enthält hauptsächlich grüne und blaue Farbe. Für #448FAE ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #448FAE wird in RGB als (68,143,174) definiert.
RGB: (68,143,174)
(27%, 56%, 68%)
R 68 von 255 = 27%
G 143 von 255 = 56%
B 174 von 255 = 68%
R + G + B ~ 50%. #448FAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 68 + 143 + 174 = 385 (100%)
R 68 von 385 ~ 17.66%
G 143 von 385 ~ 37.14%
B 174 von 385 ~ 45.19'%
Die Farbe #448FAE wird in CMYK als (61,18,0,32) definiert.
CMYK: (61,18,0,32)
C61M18Y0K32 (61%, 18%, 0%, 32%)
(0.61 / 0.18 / 0.00 / 0.32)
Farbe #448FAE in den populären Farbmodellen.
44 | 8F | AE | |
---|---|---|---|
RGB | 68 | 143 | 174 |
HSL | 198° | 43.80% | 47.45% |
HSB/HSV | 198° | 60.92% | 68.24% |
CMYK | 60.92% | 17.82% | 0.00% |
31.76% |
Die Farbe #448FAE in den populären Zahlensystemen.
Hexadezimal | 44 | 8F | AE |
Dezimal | 68 | 143 | 174 |
Binär | 1000100 | 10001111 | 10101110 |
Oktal | 104 | 217 | 256 |
Dunkle Töne der Farbe #448FAE
Helle Töne der Farbe #448FAE
Beispiele css- und html für Elemente in der Farbe #448FAE. Bitte benutzen Sie auch rgb(68,143,174) statt hex-Code.
.myTextColor { color: #448FAE; }
<p style="color:#448FAE">This sample text font color is #448FAE.</p>
Die Farbe dieses Textes ist #448FAE.
.myBgColor { background-color: #448FAE; }
<div style="background-color:#448FAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #448FAE.
.myBorderColor { border: 1px solid #448FAE; }
<div style="border:3px solid #448FAE">Div</div>
Die Grenzen von diesem div sind in Farbe #448FAE.
.myOpacity80 { color: #448FAE; opacity: 0.8; }
<p style="color:#448FAE;opacity:0.8;">80%</p>
Text in Farbe #448FAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #448FAE;}
<p style="text-shadow: 3px 3px 1px #448FAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #448FAE.
.textShadow {text-shadow: 3px 3px 1px #448FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #448FAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #448FAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#448FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#448FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #448FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #448FAE;
-webkit-box-shadow: 1px 1px 3px 2px #448FAE;
box-shadow: 1px 1px 3px 2px #448FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #448FAE; -webkit-box-shadow: 1px 1px 3px 2px #448FAE; box-shadow:1px 1px 3px 2px #448FAE;">
Div content here
</div>
Dieser Text ist in der Farbe #448FAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #448FAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #448FAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #448FAE.
Kontrastfarbe für #hex ist #BB7051.