HEX: #A4EED5
RGB: (164,238,213)
#A4EED5 contains mainly green and blue colors. Web safe color of #A4EED5 is #99FFCC (or #9FC).
#A4EED5 color RGB value is (164,238,213).
RGB: (164,238,213)
(64%, 93%, 84%)
R 164 of 255 = 64%
G 238 of 255 = 93%
B 213 of 255 = 84%
R + G + B ~ 80%. #A4EED5 is quite light color.
R + G + B = 164 + 238 + 213 = 615 (100%)
R 164 of 615 ~ 26.67%
G 238 of 615 ~ 38.7%
B 213 of 615 ~ 34.63'%
#A4EED5 color CMYK value is (31,0,11,7).
CMYK: (31,0,11,7) C31M0Y11K7 (31%,0%,11%,7%) (0.31/0.00/0.11/0.07)
Color #A4EED5 in popluar color models
A4 | EE | D5 | |
---|---|---|---|
RGB | 164 | 238 | 213 |
HSL | 160° | 68.52% | 78.82% |
HSB/HSV | 160° | 31.09% | 93.33% |
CMYK | 31.09% | 0.00% | 10.50% |
6.67% |
Color #A4EED5 in popluar number systems.
HEX | A4 | EE | D5 |
Decimal | 164 | 238 | 213 |
Binary | 10100100 | 11101110 | 11010101 |
Octal | 244 | 356 | 325 |
Shades of #A4EED5
Tints of #A4EED5
Examples of css and html codes for elements with #A4EED5 color. Also use rgb(164,238,213) instead hex code.
.myTextColor { color: #A4EED5; }
<p style="color:#A4EED5">This sample text font color is #A4EED5.</p>
This text font color is #A4EED5.
.myBgColor { background-color: #A4EED5; }
<div style="background-color:#A4EED5">Inner text</div>
This div background color is #A4EED5.
.myBorderColor { border: 1px solid #A4EED5; }
<div style="border:3px solid #A4EED5">Div</div>
This div border color is #A4EED5.
.myOpacity80 { color: #A4EED5; opacity: 0.8; }
<p style="color:#A4EED5;opacity:0.8;">80%</p>
Text with #A4EED5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4EED5;}
<p style="text-shadow: 3px 3px 1px #A4EED5">Text here.</p>
This text has shadow with #A4EED5 color.
.textShadow {text-shadow: 3px 3px 1px #A4EED5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4EED5, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4EED5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4EED5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4EED5, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4EED5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4EED5;
-webkit-box-shadow: 1px 1px 3px 2px #A4EED5;
box-shadow: 1px 1px 3px 2px #A4EED5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4EED5; -webkit-box-shadow: 1px 1px 3px 2px #A4EED5; box-shadow:1px 1px 3px 2px #A4EED5;">
Div content here
</div>
This text has color #A4EED5 on black background.
This text has color #A4EED5 on white background.
This text has black color on #A4EED5 background.
This text has white color on #A4EED5 background.
Complementary color for #hex is #5B112A.