Color spaces of #acabc6
RGB | 172 | 171 | 198 |
---|---|---|---|
HSL | 0.67 | 0.19 | 0.72 |
HSV | 242° | 14° | 78° |
CMYK | 0.13 | 0.14 | 0.00 0.22 |
XYZ | 41.7692 | 41.9737 | 59.3263 |
Yxy | 41.9737 | 0.2920 | 0.2934 |
Hunter Lab | 64.7871 | 1.7041 | -8.9416 |
CIE-Lab | 70.8528 | 5.7737 | -13.6063 |
#acabc6 color RGB value is (172,171,198).
#acabc6 hex color red value is 172, green value is 171 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #acabc6 hue: 0.67 , saturation: 0.19 and the lightness value of acabc6 is 0.72.
The process color (four color CMYK) of #acabc6 color hex is 0.13, 0.14, 0.00, 0.22. Web safe color of #acabc6 is #9999cc. Color #acabc6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101011 | 11000110 |
Octal | 254 | 253 | 306 |
Decimal | 172 | 171 | 198 |
Hex | AC | AB | C6 |
Shades of #acabc6
Tints of #acabc6
RGB Percentages of Color #acabc6
CMYK Percentages of Color #acabc6
Complementary Color
#acabc6 | #c5c6ab |
#acabc6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acabc6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acabc6 Color CSS Codes
.mybgcolor {background-color:#acabc6; } .myforecolor {color:#acabc6; } .mybordercolor {border:3px solid #acabc6; }
#acabc6 Text Font Color
<p style="color:#acabc6">Text here</p>
This sample text font color is #acabc6
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.
#acabc6 Background Color
<div style="background-color:#acabc6">
Div content here</div>
This div background color is #acabc6
#acabc6 Border Color
<div style="border:3px solid #acabc6">
Div here</div>
This div border color is #acabc6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,171,198, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acabc6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acabc6; -webkit-box-shadow: 1px 1px 3px 2px #acabc6; box-shadow: 1px 1px 3px 2px #acabc6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,171,198, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acabc6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acabc6; -webkit-box-shadow: 1px 1px 3px 2px #acabc6; box-shadow: 1px 1px 3px 2px #acabc6;">
Div content here</div>
This div box has shadow with color #acabc6
Comments
No comments written yet.
Please login to write comment.