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