HEX: #75B4CC
RGB: (117,180,204)
#75B4CC enthält hauptsächlich grüne und blaue Farbe. Für #75B4CC ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #75B4CC wird in RGB als (117,180,204) definiert.
RGB: (117,180,204) (46%,71%,80%)
R 117 von 255 = 46%
G 180 von 255 = 71%
B 204 von 255 = 80%
R + G + B ~ 66%. #75B4CC ziemlich helle Farbe.
R + G + B =
117 + 180 + 204 = 501 (100%)
R 117 von 501 ~ 23.35%
G 180 von 501 ~ 35.93%
B 204 von 501 ~ 40.72%
Die Farbe #75B4CC wird in CMYK als (43,12,0,20) definiert.
CMYK: (43,12,0,20) C43M12Y0K20 (43%,12%,0%,20%) (0.43/0.12/0.00/0.20)
75 | B4 | CC | |
---|---|---|---|
RGB | 117 | 180 | 204 |
HSL | 197° | 46.03% | 62.94% |
HSB/HSV | 197° | 42.65% | 80.00% |
CMYK | 42.65% | 11.76% | 0.00% |
20.00% |
Hexadezimal | 75 | B4 | CC |
Dezimal | 117 | 180 | 204 |
Binär | 1110101 | 10110100 | 11001100 |
Oktal | 165 | 264 | 314 |
Beispiele css- und html für Elemente in der Farbe #75B4CC. Bitte benutzen Sie auch rgb(117,180,204) statt hex-Code.
.myTextColor { color: #75B4CC; }
<p style="color:#75B4CC">This sample text font color is #75B4CC.</p>
Die Farbe dieses Textes ist #75B4CC.
.myBgColor { background-color: #75B4CC; }
<div style="background-color:#75B4CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75B4CC.
.myBorderColor { border: 1px solid #75B4CC; }
<div style="border:3px solid #75B4CC">Div</div>
Die Grenzen von diesem div sind in Farbe #75B4CC.
.myOpacity80 { color: #75B4CC; opacity: 0.8; }
<p style="color:#75B4CC;opacity:0.8;">80%</p>
Text in Farbe #75B4CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75B4CC;}
<p style="text-shadow: 3px 3px 1px #75B4CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #75B4CC.
.textShadow {text-shadow: 3px 3px 1px #75B4CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75B4CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75B4CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75B4CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75B4CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #75B4CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75B4CC; -webkit-box-shadow: 1px 1px 3px 2px #75B4CC; box-shadow: 1px 1px 3px 2px #75B4CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #75B4CC; -webkit-box-shadow: 1px 1px 3px 2px #75B4CC; box-shadow:1px 1px 3px 2px #75B4CC;">
Div content here</div>
Dieser Text ist in der Farbe #75B4CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75B4CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75B4CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75B4CC.