Color spaces of #acdacd
RGB | 172 | 218 | 205 |
---|---|---|---|
HSL | 0.45 | 0.38 | 0.76 |
HSV | 163° | 21° | 85° |
CMYK | 0.21 | 0.00 | 0.06 0.15 |
XYZ | 53.1041 | 63.3212 | 67.1809 |
Yxy | 63.3212 | 0.2892 | 0.3449 |
Hunter Lab | 79.5746 | -20.1337 | 5.6466 |
CIE-Lab | 83.6111 | -17.5453 | 1.4783 |
#acdacd color RGB value is (172,218,205).
#acdacd hex color red value is 172, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #acdacd hue: 0.45 , saturation: 0.38 and the lightness value of acdacd is 0.76.
The process color (four color CMYK) of #acdacd color hex is 0.21, 0.00, 0.06, 0.15. Web safe color of #acdacd is #99cccc. Color #acdacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011010 | 11001101 |
Octal | 254 | 332 | 315 |
Decimal | 172 | 218 | 205 |
Hex | AC | DA | CD |
Shades of #acdacd
Tints of #acdacd
RGB Percentages of Color #acdacd
CMYK Percentages of Color #acdacd
Complementary Color
#acdacd | #daacb9 |
#acdacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdacd Color CSS Codes
.mybgcolor {background-color:#acdacd; } .myforecolor {color:#acdacd; } .mybordercolor {border:3px solid #acdacd; }
#acdacd Text Font Color
<p style="color:#acdacd">Text here</p>
This sample text font color is #acdacd
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.
#acdacd Background Color
<div style="background-color:#acdacd">
Div content here</div>
This div background color is #acdacd
#acdacd Border Color
<div style="border:3px solid #acdacd">
Div here</div>
This div border color is #acdacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,218,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdacd; -webkit-box-shadow: 1px 1px 3px 2px #acdacd; box-shadow: 1px 1px 3px 2px #acdacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,218,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdacd; -webkit-box-shadow: 1px 1px 3px 2px #acdacd; box-shadow: 1px 1px 3px 2px #acdacd;">
Div content here</div>
This div box has shadow with color #acdacd
Comments
No comments written yet.
Please login to write comment.