color details

Color Details
#aeaeae Color Hex

#aeaeae color RGB value is (10, 234, 234).
#aeaeae hex color red value is 10, green value is 234, and blue value is 234.
Cylindrical-coordinate representations (HSL) of color #aeaeae hue: 180, saturation: 0.92 and lightness: 0.48.

The process color (four-color CMYK) of #aeaeae color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aeaeae is #ff9999. Color #aeaeae contains mainly RED.

Color Spaces
Color spaces of #aeaeaeValue
RGB174, 174, 174
HSL0, 0, 0.68
HSV0°, 0°, 68°
XYZ40.23, 42.33, 46.09
Base Numbers
Base Red Green Blue
Binary 10101110 10101110 10101110
Octal 256 256 256
Decimal 174 174 174
Hex AE AE AE

RGB Percentages for Color #aeaeae

33.33%
33.33%
33.33%

CMYK Percentages of the Color #aeaeae

31.76%
CSS Codes for Color #aeaeae
.mybgColor {background-color: #aeaeae;}
.myforeColor {color: #aeaeae;}
.myborderColor {border:3px solid #aeaeae;}
Text Font Color #aeaeae

<p style="color:#aeaeae">Text here</p>

This sample text is styled with the font color #aeaeae. 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 #aeaeae

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

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

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

The border color of this div is #aeaeae
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(174, 174, 174, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #aeaeae;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #aeaeae;
-webkit-box-shadow: 1px 1px 3px #aeaeae;
box-shadow: 1px 1px 3px #aeaeae;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174, 174, 174, 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 #aeaeae;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #aeaeae; -webkit-box-shadow: 1px 1px 3px #aeaeae; box-shadow: 1px 1px 3px #aeaeae;">Div content here</div>

This div box has a shadow with a specified color. #aeaeae

Scroll to Top