color details

Color Details
#AEC6CF Color Hex

#AEC6CF color RGB value is (10, 236, 108).
#AEC6CF hex color red value is 10, green value is 236, and blue value is 108.
Cylindrical-coordinate representations (HSL) of color #AEC6CF hue: 146.02, saturation: 0.92 and lightness: 0.48.

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

Color Spaces
Color spaces of #AEC6CFValue
RGB174, 198, 207
HSL0.55, 0.26, 0.75
HSV196°, 16°, 81°
XYZ48.91, 53.89, 66.84
Base Numbers
Base Red Green Blue
Binary 10101110 11000110 11001111
Octal 256 306 317
Decimal 174 198 207
Hex AE C6 CF

RGB Percentages for Color #AEC6CF

30.05%
34.2%
35.75%

CMYK Percentages of the Color #AEC6CF

15.94%
4.35%
18.82%
CSS Codes for Color #AEC6CF
.mybgColor {background-color: #AEC6CF;}
.myforeColor {color: #AEC6CF;}
.myborderColor {border:3px solid #AEC6CF;}
Text Font Color #AEC6CF

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

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

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

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

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

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

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

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

Shadow Div Box

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

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