HEX: #88ADE1
RGB: (136,173,225)
#88ADE1 enthält hauptsächlich grüne und blaue Farbe. Für #88ADE1 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #88ADE1 wird in RGB als (136,173,225) definiert.
RGB: (136,173,225) (53%,68%,88%)
R 136 von 255 = 53%
G 173 von 255 = 68%
B 225 von 255 = 88%
R + G + B ~ 70%. #88ADE1 ziemlich helle Farbe.
R + G + B =
136 + 173 + 225 = 534 (100%)
R 136 von 534 ~ 25.47%
G 173 von 534 ~ 32.4%
B 225 von 534 ~ 42.13%
Die Farbe #88ADE1 wird in CMYK als (40,23,0,12) definiert.
CMYK: (40,23,0,12) C40M23Y0K12 (40%,23%,0%,12%) (0.40/0.23/0.00/0.12)
88 | AD | E1 | |
---|---|---|---|
RGB | 136 | 173 | 225 |
HSL | 215° | 59.73% | 70.78% |
HSB/HSV | 215° | 39.56% | 88.24% |
CMYK | 39.56% | 23.11% | 0.00% |
11.76% |
Hexadezimal | 88 | AD | E1 |
Dezimal | 136 | 173 | 225 |
Binär | 10001000 | 10101101 | 11100001 |
Oktal | 210 | 255 | 341 |
Beispiele css- und html für Elemente in der Farbe #88ADE1. Bitte benutzen Sie auch rgb(136,173,225) statt hex-Code.
.myTextColor { color: #88ADE1; }
<p style="color:#88ADE1">This sample text font color is #88ADE1.</p>
Die Farbe dieses Textes ist #88ADE1.
.myBgColor { background-color: #88ADE1; }
<div style="background-color:#88ADE1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88ADE1.
.myBorderColor { border: 1px solid #88ADE1; }
<div style="border:3px solid #88ADE1">Div</div>
Die Grenzen von diesem div sind in Farbe #88ADE1.
.myOpacity80 { color: #88ADE1; opacity: 0.8; }
<p style="color:#88ADE1;opacity:0.8;">80%</p>
Text in Farbe #88ADE1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88ADE1;}
<p style="text-shadow: 3px 3px 1px #88ADE1">Text here.</p>
Dieser Text hat den Schatten in Farbe #88ADE1.
.textShadow {text-shadow: 3px 3px 1px #88ADE1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88ADE1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88ADE1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88ADE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88ADE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #88ADE1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88ADE1; -webkit-box-shadow: 1px 1px 3px 2px #88ADE1; box-shadow: 1px 1px 3px 2px #88ADE1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88ADE1; -webkit-box-shadow: 1px 1px 3px 2px #88ADE1; box-shadow:1px 1px 3px 2px #88ADE1;">
Div content here</div>
Dieser Text ist in der Farbe #88ADE1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88ADE1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88ADE1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88ADE1.