#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 of #AEC6CF | Value |
---|---|
RGB | 174, 198, 207 |
HSL | 0.55, 0.26, 0.75 |
HSV | 196°, 16°, 81° |
XYZ | 48.91, 53.89, 66.84 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11000110 | 11001111 |
Octal | 256 | 306 | 317 |
Decimal | 174 | 198 | 207 |
Hex | AE | C6 | CF |
Shades of #AEC6CF
Tints of #AEC6CF
.mybgColor {background-color: #AEC6CF;} .myforeColor {color: #AEC6CF;} .myborderColor {border:3px solid #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,
<div style="background-color:#AEC6CF">Div content here</div>
<div style="border:3px solid #AEC6CF">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(174, 198, 207, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #AEC6CF;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>