HEX: #71ADE0
RGB: (113,173,224)
#71ADE0 contains mainly green and blue colors. Web safe color of #71ADE0 is #6699CC (or #69C).
#71ADE0 color RGB value is (113,173,224).
RGB: (113,173,224) (44%,68%,88%)
R 113 of 255 = 44%
G 173 of 255 = 68%
B 224 of 255 = 88%
R + G + B ~ 67%. #71ADE0 is quite light color.
R + G + B =
113 + 173 + 224 = 510 (100%)
R 113 of 510 ~ 22.16%
G 173 of 510 ~ 33.92%
B 224 of 510 ~ 43.92%
#71ADE0 color CMYK value is (50,23,0,12).
CMYK: (50,23,0,12) C50M23Y0K12 (50%,23%,0%,12%) (0.50/0.23/0.00/0.12)
71 | AD | E0 | |
---|---|---|---|
RGB | 113 | 173 | 224 |
HSL | 208° | 64.16% | 66.08% |
HSB/HSV | 208° | 49.55% | 87.84% |
CMYK | 49.55% | 22.77% | 0.00% |
12.16% |
HEX | 71 | AD | E0 |
Decimal | 113 | 173 | 224 |
Binary | 1110001 | 10101101 | 11100000 |
Octal | 161 | 255 | 340 |
Examples of css and html codes for elements with #71ADE0 color. Also use rgb(113,173,224) instead hex code.
.myTextColor { color: #71ADE0; }
<p style="color:#71ADE0">This sample text font color is #71ADE0.</p>
This text font color is #71ADE0.
.myBgColor { background-color: #71ADE0; }
<div style="background-color:#71ADE0">Inner text</div>
This div background color is #71ADE0.
.myBorderColor { border: 1px solid #71ADE0; }
<div style="border:3px solid #71ADE0">Div</div>
This div border color is #71ADE0.
.myOpacity80 { color: #71ADE0; opacity: 0.8; }
<p style="color:#71ADE0;opacity:0.8;">80%</p>
Text with #71ADE0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71ADE0;}
<p style="text-shadow: 3px 3px 1px #71ADE0">Text here.</p>
This text has shadow with #71ADE0 color.
.textShadow {text-shadow: 3px 3px 1px #71ADE0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71ADE0, 5px 5px 20px red">Text here.</p>
This text has shadow with #71ADE0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71ADE0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71ADE0, Direction=45, Strength=4)">Text</p>
This text has shadow with #71ADE0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71ADE0; -webkit-box-shadow: 1px 1px 3px 2px #71ADE0; box-shadow: 1px 1px 3px 2px #71ADE0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71ADE0; -webkit-box-shadow: 1px 1px 3px 2px #71ADE0; box-shadow:1px 1px 3px 2px #71ADE0;">
Div content here</div>
This text has color #71ADE0 on black background.
This text has color #71ADE0 on white background.
This text has black color on #71ADE0 background.
This text has white color on #71ADE0 background.