HEX: #A5F6ED
RGB: (165,246,237)
#A5F6ED contains mainly green and blue colors. Web safe color of #A5F6ED is #99FFFF (or #9FF).
#A5F6ED color RGB value is (165,246,237).
RGB: (165,246,237)
(65%, 96%, 93%)
R 165 of 255 = 65%
G 246 of 255 = 96%
B 237 of 255 = 93%
R + G + B ~ 85%. #A5F6ED is quite light color.
R + G + B = 165 + 246 + 237 = 648 (100%)
R 165 of 648 ~ 25.46%
G 246 of 648 ~ 37.96%
B 237 of 648 ~ 36.57'%
#A5F6ED color CMYK value is (33,0,4,4).
CMYK: (33,0,4,4) C33M0Y4K4 (33%,0%,4%,4%) (0.33/0.00/0.04/0.04)
Color #A5F6ED in popluar color models
A5 | F6 | ED | |
---|---|---|---|
RGB | 165 | 246 | 237 |
HSL | 173° | 81.82% | 80.59% |
HSB/HSV | 173° | 32.93% | 96.47% |
CMYK | 32.93% | 0.00% | 3.66% |
3.53% |
Color #A5F6ED in popluar number systems.
HEX | A5 | F6 | ED |
Decimal | 165 | 246 | 237 |
Binary | 10100101 | 11110110 | 11101101 |
Octal | 245 | 366 | 355 |
Shades of #A5F6ED
Tints of #A5F6ED
Examples of css and html codes for elements with #A5F6ED color. Also use rgb(165,246,237) instead hex code.
.myTextColor { color: #A5F6ED; }
<p style="color:#A5F6ED">This sample text font color is #A5F6ED.</p>
This text font color is #A5F6ED.
.myBgColor { background-color: #A5F6ED; }
<div style="background-color:#A5F6ED">Inner text</div>
This div background color is #A5F6ED.
.myBorderColor { border: 1px solid #A5F6ED; }
<div style="border:3px solid #A5F6ED">Div</div>
This div border color is #A5F6ED.
.myOpacity80 { color: #A5F6ED; opacity: 0.8; }
<p style="color:#A5F6ED;opacity:0.8;">80%</p>
Text with #A5F6ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5F6ED;}
<p style="text-shadow: 3px 3px 1px #A5F6ED">Text here.</p>
This text has shadow with #A5F6ED color.
.textShadow {text-shadow: 3px 3px 1px #A5F6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5F6ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5F6ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5F6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5F6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5F6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5F6ED;
-webkit-box-shadow: 1px 1px 3px 2px #A5F6ED;
box-shadow: 1px 1px 3px 2px #A5F6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5F6ED; -webkit-box-shadow: 1px 1px 3px 2px #A5F6ED; box-shadow:1px 1px 3px 2px #A5F6ED;">
Div content here
</div>
This text has color #A5F6ED on black background.
This text has color #A5F6ED on white background.
This text has black color on #A5F6ED background.
This text has white color on #A5F6ED background.
Complementary color for #hex is #5A0912.