Color spaces of #afadbb
RGB | 175 | 173 | 187 |
---|---|---|---|
HSL | 0.69 | 0.09 | 0.71 |
HSV | 249° | 7° | 73° |
CMYK | 0.06 | 0.07 | 0.00 0.27 |
XYZ | 41.5924 | 42.5890 | 53.0420 |
Yxy | 42.5890 | 0.3031 | 0.3104 |
Hunter Lab | 65.2602 | -0.4418 | -2.5073 |
CIE-Lab | 71.2751 | 3.4162 | -6.8937 |
#afadbb color RGB value is (175,173,187).
#afadbb hex color red value is 175, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afadbb hue: 0.69 , saturation: 0.09 and the lightness value of afadbb is 0.71.
The process color (four color CMYK) of #afadbb color hex is 0.06, 0.07, 0.00, 0.27. Web safe color of #afadbb is #9999cc. Color #afadbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101101 | 10111011 |
Octal | 257 | 255 | 273 |
Decimal | 175 | 173 | 187 |
Hex | AF | AD | BB |
Shades of #afadbb
Tints of #afadbb
RGB Percentages of Color #afadbb
CMYK Percentages of Color #afadbb
Complementary Color
#afadbb | #b9bbad |
#afadbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afadbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afadbb Color CSS Codes
.mybgcolor {background-color:#afadbb; } .myforecolor {color:#afadbb; } .mybordercolor {border:3px solid #afadbb; }
#afadbb Text Font Color
<p style="color:#afadbb">Text here</p>
This sample text font color is #afadbb
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.
#afadbb Background Color
<div style="background-color:#afadbb">
Div content here</div>
This div background color is #afadbb
#afadbb Border Color
<div style="border:3px solid #afadbb">
Div here</div>
This div border color is #afadbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,173,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afadbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afadbb; -webkit-box-shadow: 1px 1px 3px 2px #afadbb; box-shadow: 1px 1px 3px 2px #afadbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,173,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 #afadbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afadbb; -webkit-box-shadow: 1px 1px 3px 2px #afadbb; box-shadow: 1px 1px 3px 2px #afadbb;">
Div content here</div>
This div box has shadow with color #afadbb
Comments
No comments written yet.
Please login to write comment.