color details

Color Details
#aed3a2 Color Hex

#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
Color spaces of #aed3a2Value
RGB174, 211, 162
HSL0.29, 0.36, 0.73
HSV105°, 23°, 83°
XYZ47.27, 58.19, 42.92
Base Numbers
Base Red Green Blue
Binary 10101110 11010011 10100010
Octal 256 323 242
Decimal 174 211 162
Hex AE D3 A2

RGB Percentages for Color #aed3a2

31.81%
38.57%
29.62%

CMYK Percentages of the Color #aed3a2

17.54%
23.22%
17.25%
CSS Codes for Color #aed3a2
.mybgColor {background-color: #aed3a2;}
.myforeColor {color: #aed3a2;}
.myborderColor {border:3px solid #aed3a2;}
Text Font Color #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,

Background Color #aed3a2

<div style="background-color:#aed3a2">Div content here</div>

The background color of this div is #aed3a2
Border Color #aed3a2

<div style="border:3px solid #aed3a2">Div here</div>

The border color of this div is #aed3a2
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174, 211, 162, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #aed3a2;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #aed3a2
Scroll to Top