Color spaces of #acadba
RGB | 172 | 173 | 186 |
---|---|---|---|
HSL | 0.65 | 0.09 | 0.70 |
HSV | 236° | 8° | 73° |
CMYK | 0.08 | 0.07 | 0.00 0.27 |
XYZ | 40.8198 | 42.2030 | 52.4489 |
Yxy | 42.2030 | 0.3013 | 0.3115 |
Hunter Lab | 64.9638 | -1.5269 | -2.3934 |
CIE-Lab | 71.0107 | 2.1910 | -6.7609 |
#acadba color RGB value is (172,173,186).
#acadba hex color red value is 172, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #acadba hue: 0.65 , saturation: 0.09 and the lightness value of acadba is 0.70.
The process color (four color CMYK) of #acadba color hex is 0.08, 0.07, 0.00, 0.27. Web safe color of #acadba is #9999cc. Color #acadba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101101 | 10111010 |
Octal | 254 | 255 | 272 |
Decimal | 172 | 173 | 186 |
Hex | AC | AD | BA |
Shades of #acadba
Tints of #acadba
RGB Percentages of Color #acadba
CMYK Percentages of Color #acadba
Complementary Color
#acadba | #bab9ac |
#acadba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acadba Color Preview on White Background
Lorem ipsum dolor sit amet.
#acadba Color CSS Codes
.mybgcolor {background-color:#acadba; } .myforecolor {color:#acadba; } .mybordercolor {border:3px solid #acadba; }
#acadba Text Font Color
<p style="color:#acadba">Text here</p>
This sample text font color is #acadba
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.
#acadba Background Color
<div style="background-color:#acadba">
Div content here</div>
This div background color is #acadba
#acadba Border Color
<div style="border:3px solid #acadba">
Div here</div>
This div border color is #acadba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,173,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acadba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acadba; -webkit-box-shadow: 1px 1px 3px 2px #acadba; box-shadow: 1px 1px 3px 2px #acadba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,173,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acadba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acadba; -webkit-box-shadow: 1px 1px 3px 2px #acadba; box-shadow: 1px 1px 3px 2px #acadba;">
Div content here</div>
This div box has shadow with color #acadba
Comments
No comments written yet.
Please login to write comment.