Color spaces of #afa8bb
RGB | 175 | 168 | 187 |
---|---|---|---|
HSL | 0.73 | 0.12 | 0.70 |
HSV | 262° | 10° | 73° |
CMYK | 0.06 | 0.10 | 0.00 0.27 |
XYZ | 40.6515 | 40.7071 | 52.7284 |
Yxy | 40.7071 | 0.3032 | 0.3036 |
Hunter Lab | 63.8021 | 2.0775 | -4.3379 |
CIE-Lab | 69.9702 | 6.1564 | -8.8328 |
#afa8bb color RGB value is (175,168,187).
#afa8bb hex color red value is 175, green value is 168 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afa8bb hue: 0.73 , saturation: 0.12 and the lightness value of afa8bb is 0.70.
The process color (four color CMYK) of #afa8bb color hex is 0.06, 0.10, 0.00, 0.27. Web safe color of #afa8bb is #9999cc. Color #afa8bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101000 | 10111011 |
Octal | 257 | 250 | 273 |
Decimal | 175 | 168 | 187 |
Hex | AF | A8 | BB |
Shades of #afa8bb
Tints of #afa8bb
RGB Percentages of Color #afa8bb
CMYK Percentages of Color #afa8bb
Complementary Color
#afa8bb | #b4bba8 |
#afa8bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa8bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa8bb Color CSS Codes
.mybgcolor {background-color:#afa8bb; } .myforecolor {color:#afa8bb; } .mybordercolor {border:3px solid #afa8bb; }
#afa8bb Text Font Color
<p style="color:#afa8bb">Text here</p>
This sample text font color is #afa8bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#afa8bb Background Color
<div style="background-color:#afa8bb">
Div content here</div>
This div background color is #afa8bb
#afa8bb Border Color
<div style="border:3px solid #afa8bb">
Div here</div>
This div border color is #afa8bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,168,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa8bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa8bb; -webkit-box-shadow: 1px 1px 3px 2px #afa8bb; box-shadow: 1px 1px 3px 2px #afa8bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,168,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa8bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa8bb; -webkit-box-shadow: 1px 1px 3px 2px #afa8bb; box-shadow: 1px 1px 3px 2px #afa8bb;">
Div content here</div>
This div box has shadow with color #afa8bb
Comments
No comments written yet.
Please login to write comment.