HEX: #ADE6EB
RGB: (173,230,235)
#ADE6EB contains mainly green and blue colors. #ADE6EB ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.
#ADE6EB color RGB value is (173,230,235).
RGB: (173,230,235)
(68%, 90%, 92%)
R 173 of 255 = 68%
G 230 of 255 = 90%
B 235 of 255 = 92%
R + G + B ~ 83%. #ADE6EB is quite light color.
R + G + B = 173 + 230 + 235 = 638 (100%)
R 173 of 638 ~ 27.12%
G 230 of 638 ~ 36.05%
B 235 of 638 ~ 36.83'%
#ADE6EB rengi CMYK tonu (26,2,0,8).
CMYK: (26,2,0,8)
C26M2Y0K8 (26%, 2%, 0%, 8%)
(0.26 / 0.02 / 0.00 / 0.08)
Color #ADE6EB in popluar color models
AD | E6 | EB | |
---|---|---|---|
RGB | 173 | 230 | 235 |
HSL | 185° | 60.78% | 80.00% |
HSB/HSV | 185° | 26.38% | 92.16% |
CMYK | 26.38% | 2.13% | 0.00% |
7.84% |
Color #ADE6EB in popluar number systems.
HEX | AD | E6 | EB |
Decimal | 173 | 230 | 235 |
Binary | 10101101 | 11100110 | 11101011 |
Octal | 255 | 346 | 353 |
Shades of #ADE6EB
Tints of #ADE6EB
Examples of css and html codes for elements with #ADE6EB color. Also use rgb(173,230,235) instead hex code.
.myTextColor { color: #ADE6EB; }
<p style="color:#ADE6EB">This sample text font color is #ADE6EB.</p>
This text font color is #ADE6EB.
.myBgColor { background-color: #ADE6EB; }
<div style="background-color:#ADE6EB">Inner text</div>
This div background color is #ADE6EB.
.myBorderColor { border: 1px solid #ADE6EB; }
<div style="border:3px solid #ADE6EB">Div</div>
This div border color is #ADE6EB.
.myOpacity80 { color: #ADE6EB; opacity: 0.8; }
<p style="color:#ADE6EB;opacity:0.8;">80%</p>
Text with #ADE6EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE6EB;}
<p style="text-shadow: 3px 3px 1px #ADE6EB">Text here.</p>
This text has shadow with #ADE6EB color.
.textShadow {text-shadow: 3px 3px 1px #ADE6EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE6EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE6EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE6EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE6EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE6EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE6EB;
-webkit-box-shadow: 1px 1px 3px 2px #ADE6EB;
box-shadow: 1px 1px 3px 2px #ADE6EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE6EB; -webkit-box-shadow: 1px 1px 3px 2px #ADE6EB; box-shadow:1px 1px 3px 2px #ADE6EB;">
Div content here
</div>
This text has color #ADE6EB on black background.
This text has color #ADE6EB on white background.
This text has black color on #ADE6EB background.
This text has white color on #ADE6EB background.
Complementary color for #hex is #521914.