#A8C3BC color RGB value is (10, 140, 59).
#A8C3BC hex color red value is 10, green value is 140, and blue value is 59.
Cylindrical-coordinate representations (HSL) of color #A8C3BC
hue: 142.62,
saturation: 0.87 and lightness: 0.29.
The process color (four-color CMYK) of #A8C3BC color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #A8C3BC is #ff9999. Color #A8C3BC contains mainly RED.
Color spaces of #A8C3BC | Value |
---|---|
RGB | 168, 195, 188 |
HSL | 0.46, 0.18, 0.71 |
HSV | 164°, 14°, 76° |
XYZ | 44.74, 50.98, 55.05 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11000011 | 10111100 |
Octal | 250 | 303 | 274 |
Decimal | 168 | 195 | 188 |
Hex | A8 | C3 | BC |
Shades of #A8C3BC
Tints of #A8C3BC
.mybgColor {background-color: #A8C3BC;} .myforeColor {color: #A8C3BC;} .myborderColor {border:3px solid #A8C3BC;}
<p style="color:#A8C3BC">Text here</p>
This sample text is styled with the font color #A8C3BC. 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:#A8C3BC">Div content here</div>
<div style="border:3px solid #A8C3BC">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168, 195, 188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #A8C3BC; } .divShadow { -moz-box-shadow: 1px 1px 3px #A8C3BC; -webkit-box-shadow: 1px 1px 3px #A8C3BC; box-shadow: 1px 1px 3px #A8C3BC; }
<p style="text-shadow: 4px 4px 2px rgba(168, 195, 188, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A8C3BC;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #A8C3BC;
-webkit-box-shadow: 1px 1px 3px #A8C3BC;
box-shadow: 1px 1px 3px #A8C3BC;">Div content here</div>