color details

Color Details
#afb5b9 Color Hex

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

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

Color Spaces
Color spaces of #afb5b9Value
RGB175, 181, 185
HSL0.57, 0.07, 0.71
HSV204°, 5°, 73°
XYZ42.96, 45.66, 52.44
Base Numbers
Base Red Green Blue
Binary 10101111 10110101 10111001
Octal 257 265 271
Decimal 175 181 185
Hex AF B5 B9

RGB Percentages for Color #afb5b9

32.35%
33.46%
34.2%

CMYK Percentages of the Color #afb5b9

5.41%
2.16%
27.45%
CSS Codes for Color #afb5b9
.mybgColor {background-color: #afb5b9;}
.myforeColor {color: #afb5b9;}
.myborderColor {border:3px solid #afb5b9;}
Text Font Color #afb5b9

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top