#aed3a2 color RGB value is (10, 237, 58).
#aed3a2 hex color red value is 10, green value is 237, and blue value is 58.
Cylindrical-coordinate representations (HSL) of color #aed3a2
hue: 132.69,
saturation: 0.92 and lightness: 0.48.
The process color (four-color CMYK) of #aed3a2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aed3a2 is #ff9999. Color #aed3a2 contains mainly RED.
| Color spaces of #aed3a2 | Value |
|---|---|
| RGB | 174, 211, 162 |
| HSL | 0.29, 0.36, 0.73 |
| HSV | 105°, 23°, 83° |
| XYZ | 47.27, 58.19, 42.92 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101110 | 11010011 | 10100010 |
| Octal | 256 | 323 | 242 |
| Decimal | 174 | 211 | 162 |
| Hex | AE | D3 | A2 |
Shades of #aed3a2
Tints of #aed3a2
.mybgColor {background-color: #aed3a2;}
.myforeColor {color: #aed3a2;}
.myborderColor {border:3px solid #aed3a2;}
<p style="color:#aed3a2">Text here</p>
This sample text is styled with the font color #aed3a2. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#aed3a2">Div content here</div>
<div style="border:3px solid #aed3a2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(174, 211, 162, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #aed3a2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #aed3a2;
-webkit-box-shadow: 1px 1px 3px #aed3a2;
box-shadow: 1px 1px 3px #aed3a2; }
<p style="text-shadow: 4px 4px 2px rgba(174, 211, 162, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #aed3a2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #aed3a2;
-webkit-box-shadow: 1px 1px 3px #aed3a2;
box-shadow: 1px 1px 3px #aed3a2;">Div content here</div>
