Color spaces of #afadad
RGB | 175 | 173 | 173 |
---|---|---|---|
HSL | 0.00 | 0.01 | 0.68 |
HSV | 0° | 1° | 69° |
CMYK | 0.00 | 0.01 | 0.01 0.31 |
XYZ | 40.1656 | 42.0182 | 45.5285 |
Yxy | 42.0182 | 0.3145 | 0.3290 |
Hunter Lab | 64.8214 | -2.8328 | 3.7316 |
CIE-Lab | 70.8835 | 0.7131 | 0.2429 |
#afadad color RGB value is (175,173,173).
#afadad hex color red value is 175, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #afadad hue: 0.00 , saturation: 0.01 and the lightness value of afadad is 0.68.
The process color (four color CMYK) of #afadad color hex is 0.00, 0.01, 0.01, 0.31. Web safe color of #afadad is #999999. Color #afadad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101101 | 10101101 |
Octal | 257 | 255 | 255 |
Decimal | 175 | 173 | 173 |
Hex | AF | AD | AD |
Shades of #afadad
Tints of #afadad
RGB Percentages of Color #afadad
CMYK Percentages of Color #afadad
Complementary Color
#afadad | #adafaf |
#afadad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afadad Color Preview on White Background
Lorem ipsum dolor sit amet.
#afadad Color CSS Codes
.mybgcolor {background-color:#afadad; } .myforecolor {color:#afadad; } .mybordercolor {border:3px solid #afadad; }
#afadad Text Font Color
<p style="color:#afadad">Text here</p>
This sample text font color is #afadad
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.
#afadad Background Color
<div style="background-color:#afadad">
Div content here</div>
This div background color is #afadad
#afadad Border Color
<div style="border:3px solid #afadad">
Div here</div>
This div border color is #afadad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,173,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afadad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afadad; -webkit-box-shadow: 1px 1px 3px 2px #afadad; box-shadow: 1px 1px 3px 2px #afadad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,173,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afadad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afadad; -webkit-box-shadow: 1px 1px 3px 2px #afadad; box-shadow: 1px 1px 3px 2px #afadad;">
Div content here</div>
This div box has shadow with color #afadad
#afadad Color Palettes
Comments
No comments written yet.
Please login to write comment.