HEX: #A5EFCE
RGB: (165,239,206)
#A5EFCE contains mainly green and blue colors. Web safe color of #A5EFCE is #99FFCC (or #9FC).
#A5EFCE color RGB value is (165,239,206).
RGB: (165,239,206)
(65%, 94%, 81%)
R 165 of 255 = 65%
G 239 of 255 = 94%
B 206 of 255 = 81%
R + G + B ~ 80%. #A5EFCE is quite light color.
R + G + B = 165 + 239 + 206 = 610 (100%)
R 165 of 610 ~ 27.05%
G 239 of 610 ~ 39.18%
B 206 of 610 ~ 33.77'%
#A5EFCE color CMYK value is (31,0,14,6).
CMYK: (31,0,14,6)
C31M0Y14K6 (31%, 0%, 14%, 6%)
(0.31 / 0.00 / 0.14 / 0.06)
Color #A5EFCE in popluar color models
A5 | EF | CE | |
---|---|---|---|
RGB | 165 | 239 | 206 |
HSL | 153° | 69.81% | 79.22% |
HSB/HSV | 153° | 30.96% | 93.73% |
CMYK | 30.96% | 0.00% | 13.81% |
6.27% |
Color #A5EFCE in popluar number systems.
HEX | A5 | EF | CE |
Decimal | 165 | 239 | 206 |
Binary | 10100101 | 11101111 | 11001110 |
Octal | 245 | 357 | 316 |
Shades of #A5EFCE
Tints of #A5EFCE
Examples of css and html codes for elements with #A5EFCE color. Also use rgb(165,239,206) instead hex code.
.myTextColor { color: #A5EFCE; }
<p style="color:#A5EFCE">This sample text font color is #A5EFCE.</p>
This text font color is #A5EFCE.
.myBgColor { background-color: #A5EFCE; }
<div style="background-color:#A5EFCE">Inner text</div>
This div background color is #A5EFCE.
.myBorderColor { border: 1px solid #A5EFCE; }
<div style="border:3px solid #A5EFCE">Div</div>
This div border color is #A5EFCE.
.myOpacity80 { color: #A5EFCE; opacity: 0.8; }
<p style="color:#A5EFCE;opacity:0.8;">80%</p>
Text with #A5EFCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5EFCE;}
<p style="text-shadow: 3px 3px 1px #A5EFCE">Text here.</p>
This text has shadow with #A5EFCE color.
.textShadow {text-shadow: 3px 3px 1px #A5EFCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5EFCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5EFCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5EFCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5EFCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5EFCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5EFCE;
-webkit-box-shadow: 1px 1px 3px 2px #A5EFCE;
box-shadow: 1px 1px 3px 2px #A5EFCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5EFCE; -webkit-box-shadow: 1px 1px 3px 2px #A5EFCE; box-shadow:1px 1px 3px 2px #A5EFCE;">
Div content here
</div>
This text has color #A5EFCE on black background.
This text has color #A5EFCE on white background.
This text has black color on #A5EFCE background.
This text has white color on #A5EFCE background.
Complementary color for #hex is #5A1031.