HEX: #85ADDF
RGB: (133,173,223)
#85ADDF enthält hauptsächlich grüne und blaue Farbe. Für #85ADDF ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #85ADDF wird in RGB als (133,173,223) definiert.
RGB: (133,173,223) (52%,68%,87%)
R 133 von 255 = 52%
G 173 von 255 = 68%
B 223 von 255 = 87%
R + G + B ~ 69%. #85ADDF ziemlich helle Farbe.
R + G + B =
133 + 173 + 223 = 529 (100%)
R 133 von 529 ~ 25.14%
G 173 von 529 ~ 32.7%
B 223 von 529 ~ 42.16%
Die Farbe #85ADDF wird in CMYK als (40,22,0,13) definiert.
CMYK: (40,22,0,13) C40M22Y0K13 (40%,22%,0%,13%) (0.40/0.22/0.00/0.13)
85 | AD | DF | |
---|---|---|---|
RGB | 133 | 173 | 223 |
HSL | 213° | 58.44% | 69.80% |
HSB/HSV | 213° | 40.36% | 87.45% |
CMYK | 40.36% | 22.42% | 0.00% |
12.55% |
Hexadezimal | 85 | AD | DF |
Dezimal | 133 | 173 | 223 |
Binär | 10000101 | 10101101 | 11011111 |
Oktal | 205 | 255 | 337 |
Beispiele css- und html für Elemente in der Farbe #85ADDF. Bitte benutzen Sie auch rgb(133,173,223) statt hex-Code.
.myTextColor { color: #85ADDF; }
<p style="color:#85ADDF">This sample text font color is #85ADDF.</p>
Die Farbe dieses Textes ist #85ADDF.
.myBgColor { background-color: #85ADDF; }
<div style="background-color:#85ADDF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #85ADDF.
.myBorderColor { border: 1px solid #85ADDF; }
<div style="border:3px solid #85ADDF">Div</div>
Die Grenzen von diesem div sind in Farbe #85ADDF.
.myOpacity80 { color: #85ADDF; opacity: 0.8; }
<p style="color:#85ADDF;opacity:0.8;">80%</p>
Text in Farbe #85ADDF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85ADDF;}
<p style="text-shadow: 3px 3px 1px #85ADDF">Text here.</p>
Dieser Text hat den Schatten in Farbe #85ADDF.
.textShadow {text-shadow: 3px 3px 1px #85ADDF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85ADDF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #85ADDF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85ADDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85ADDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #85ADDF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85ADDF; -webkit-box-shadow: 1px 1px 3px 2px #85ADDF; box-shadow: 1px 1px 3px 2px #85ADDF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #85ADDF; -webkit-box-shadow: 1px 1px 3px 2px #85ADDF; box-shadow:1px 1px 3px 2px #85ADDF;">
Div content here</div>
Dieser Text ist in der Farbe #85ADDF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #85ADDF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #85ADDF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #85ADDF.