Color spaces of #acdac1
RGB | 172 | 218 | 193 |
---|---|---|---|
HSL | 0.41 | 0.38 | 0.76 |
HSV | 147° | 21° | 85° |
CMYK | 0.21 | 0.00 | 0.11 0.15 |
XYZ | 51.7103 | 62.7637 | 59.8413 |
Yxy | 62.7637 | 0.2966 | 0.3601 |
Hunter Lab | 79.2235 | -22.1318 | 10.6719 |
CIE-Lab | 83.3179 | -19.9164 | 7.4140 |
#acdac1 color RGB value is (172,218,193).
#acdac1 hex color red value is 172, green value is 218 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #acdac1 hue: 0.41 , saturation: 0.38 and the lightness value of acdac1 is 0.76.
The process color (four color CMYK) of #acdac1 color hex is 0.21, 0.00, 0.11, 0.15. Web safe color of #acdac1 is #99cccc. Color #acdac1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011010 | 11000001 |
Octal | 254 | 332 | 301 |
Decimal | 172 | 218 | 193 |
Hex | AC | DA | C1 |
Shades of #acdac1
Tints of #acdac1
RGB Percentages of Color #acdac1
CMYK Percentages of Color #acdac1
Complementary Color
#acdac1 | #daacc5 |
#acdac1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdac1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdac1 Color CSS Codes
.mybgcolor {background-color:#acdac1; } .myforecolor {color:#acdac1; } .mybordercolor {border:3px solid #acdac1; }
#acdac1 Text Font Color
<p style="color:#acdac1">Text here</p>
This sample text font color is #acdac1
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.
#acdac1 Background Color
<div style="background-color:#acdac1">
Div content here</div>
This div background color is #acdac1
#acdac1 Border Color
<div style="border:3px solid #acdac1">
Div here</div>
This div border color is #acdac1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,218,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdac1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdac1; -webkit-box-shadow: 1px 1px 3px 2px #acdac1; box-shadow: 1px 1px 3px 2px #acdac1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,218,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdac1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdac1; -webkit-box-shadow: 1px 1px 3px 2px #acdac1; box-shadow: 1px 1px 3px 2px #acdac1;">
Div content here</div>
This div box has shadow with color #acdac1
Comments
No comments written yet.
Please login to write comment.