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