Color spaces of #acacbc
RGB | 172 | 172 | 188 |
---|---|---|---|
HSL | 0.67 | 0.11 | 0.71 |
HSV | 240° | 9° | 74° |
CMYK | 0.09 | 0.09 | 0.00 0.26 |
XYZ | 40.8429 | 41.9065 | 53.5131 |
Yxy | 41.9065 | 0.2997 | 0.3075 |
Hunter Lab | 64.7352 | -0.6670 | -3.6972 |
CIE-Lab | 70.8064 | 3.1425 | -8.1664 |
#acacbc color RGB value is (172,172,188).
#acacbc hex color red value is 172, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #acacbc hue: 0.67 , saturation: 0.11 and the lightness value of acacbc is 0.71.
The process color (four color CMYK) of #acacbc color hex is 0.09, 0.09, 0.00, 0.26. Web safe color of #acacbc is #9999cc. Color #acacbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101100 | 10111100 |
Octal | 254 | 254 | 274 |
Decimal | 172 | 172 | 188 |
Hex | AC | AC | BC |
Shades of #acacbc
Tints of #acacbc
RGB Percentages of Color #acacbc
CMYK Percentages of Color #acacbc
Complementary Color
#acacbc | #bcbcac |
#acacbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acacbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#acacbc Color CSS Codes
.mybgcolor {background-color:#acacbc; } .myforecolor {color:#acacbc; } .mybordercolor {border:3px solid #acacbc; }
#acacbc Text Font Color
<p style="color:#acacbc">Text here</p>
This sample text font color is #acacbc
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.
#acacbc Background Color
<div style="background-color:#acacbc">
Div content here</div>
This div background color is #acacbc
#acacbc Border Color
<div style="border:3px solid #acacbc">
Div here</div>
This div border color is #acacbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,172,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acacbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acacbc; -webkit-box-shadow: 1px 1px 3px 2px #acacbc; box-shadow: 1px 1px 3px 2px #acacbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,172,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acacbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acacbc; -webkit-box-shadow: 1px 1px 3px 2px #acacbc; box-shadow: 1px 1px 3px 2px #acacbc;">
Div content here</div>
This div box has shadow with color #acacbc
Comments
No comments written yet.
Please login to write comment.