#A8C3D5 color RGB value is (10, 140, 61).
#A8C3D5 hex color red value is 10, green value is 140, and blue value is 61.
Cylindrical-coordinate representations (HSL) of color #A8C3D5
hue: 143.54,
saturation: 0.87 and lightness: 0.29.
The process color (four-color CMYK) of #A8C3D5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #A8C3D5 is #ff9999. Color #A8C3D5 contains mainly RED.
Color spaces of #A8C3D5 | Value |
---|---|
RGB | 168, 195, 213 |
HSL | 0.57, 0.35, 0.75 |
HSV | 204°, 21°, 84° |
XYZ | 47.67, 52.16, 70.49 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11000011 | 11010101 |
Octal | 250 | 303 | 325 |
Decimal | 168 | 195 | 213 |
Hex | A8 | C3 | D5 |
Shades of #A8C3D5
Tints of #A8C3D5
.mybgColor {background-color: #A8C3D5;} .myforeColor {color: #A8C3D5;} .myborderColor {border:3px solid #A8C3D5;}
<p style="color:#A8C3D5">Text here</p>
This sample text is styled with the font color #A8C3D5. 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:#A8C3D5">Div content here</div>
<div style="border:3px solid #A8C3D5">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168, 195, 213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #A8C3D5; } .divShadow { -moz-box-shadow: 1px 1px 3px #A8C3D5; -webkit-box-shadow: 1px 1px 3px #A8C3D5; box-shadow: 1px 1px 3px #A8C3D5; }
<p style="text-shadow: 4px 4px 2px rgba(168, 195, 213, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A8C3D5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #A8C3D5;
-webkit-box-shadow: 1px 1px 3px #A8C3D5;
box-shadow: 1px 1px 3px #A8C3D5;">Div content here</div>