color details

Color Details
#a8afb5 Color Hex

#a8afb5 color RGB value is (10, 138, 251).
#a8afb5 hex color red value is 10, green value is 138, and blue value is 251.
Cylindrical-coordinate representations (HSL) of color #a8afb5 hue: 208.13, saturation: 0.97 and lightness: 0.51.

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

Color Spaces
Color spaces of #a8afb5Value
RGB168, 175, 181
HSL0.58, 0.08, 0.68
HSV208°, 7°, 71°
XYZ39.82, 42.32, 49.78
Base Numbers
Base Red Green Blue
Binary 10101000 10101111 10110101
Octal 250 257 265
Decimal 168 175 181
Hex A8 AF B5

RGB Percentages for Color #a8afb5

32.06%
33.4%
34.54%

CMYK Percentages of the Color #a8afb5

7.18%
3.31%
29.02%
CSS Codes for Color #a8afb5
.mybgColor {background-color: #a8afb5;}
.myforeColor {color: #a8afb5;}
.myborderColor {border:3px solid #a8afb5;}
Text Font Color #a8afb5

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top