Color spaces of #acdade
RGB | 172 | 218 | 222 |
---|---|---|---|
HSL | 0.51 | 0.43 | 0.77 |
HSV | 185° | 23° | 87° |
CMYK | 0.23 | 0.02 | 0.00 0.13 |
XYZ | 55.2695 | 64.1874 | 78.5836 |
Yxy | 64.1874 | 0.2791 | 0.3241 |
Hunter Lab | 80.1170 | -17.0649 | -2.0733 |
CIE-Lab | 84.0632 | -13.9712 | -6.8764 |
#acdade color RGB value is (172,218,222).
#acdade hex color red value is 172, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #acdade hue: 0.51 , saturation: 0.43 and the lightness value of acdade is 0.77.
The process color (four color CMYK) of #acdade color hex is 0.23, 0.02, 0.00, 0.13. Web safe color of #acdade is #99cccc. Color #acdade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011010 | 11011110 |
Octal | 254 | 332 | 336 |
Decimal | 172 | 218 | 222 |
Hex | AC | DA | DE |
Shades of #acdade
Tints of #acdade
RGB Percentages of Color #acdade
CMYK Percentages of Color #acdade
Complementary Color
#acdade | #deb0ac |
#acdade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdade Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdade Color CSS Codes
.mybgcolor {background-color:#acdade; } .myforecolor {color:#acdade; } .mybordercolor {border:3px solid #acdade; }
#acdade Text Font Color
<p style="color:#acdade">Text here</p>
This sample text font color is #acdade
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.
#acdade Background Color
<div style="background-color:#acdade">
Div content here</div>
This div background color is #acdade
#acdade Border Color
<div style="border:3px solid #acdade">
Div here</div>
This div border color is #acdade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,218,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdade; -webkit-box-shadow: 1px 1px 3px 2px #acdade; box-shadow: 1px 1px 3px 2px #acdade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,218,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdade; -webkit-box-shadow: 1px 1px 3px 2px #acdade; box-shadow: 1px 1px 3px 2px #acdade;">
Div content here</div>
This div box has shadow with color #acdade
Comments
No comments written yet.
Please login to write comment.