Color spaces of #acccc0
RGB | 172 | 204 | 192 |
---|---|---|---|
HSL | 0.44 | 0.24 | 0.74 |
HSV | 158° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.06 0.20 |
XYZ | 48.1206 | 55.7622 | 58.0961 |
Yxy | 55.7622 | 0.2971 | 0.3443 |
Hunter Lab | 74.6741 | -15.6528 | 6.1445 |
CIE-Lab | 79.4783 | -13.0389 | 2.4023 |
#acccc0 color RGB value is (172,204,192).
#acccc0 hex color red value is 172, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #acccc0 hue: 0.44 , saturation: 0.24 and the lightness value of acccc0 is 0.74.
The process color (four color CMYK) of #acccc0 color hex is 0.16, 0.00, 0.06, 0.20. Web safe color of #acccc0 is #99cccc. Color #acccc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001100 | 11000000 |
Octal | 254 | 314 | 300 |
Decimal | 172 | 204 | 192 |
Hex | AC | CC | C0 |
Shades of #acccc0
Tints of #acccc0
RGB Percentages of Color #acccc0
CMYK Percentages of Color #acccc0
Complementary Color
#acccc0 | #ccacb8 |
#acccc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acccc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acccc0 Color CSS Codes
.mybgcolor {background-color:#acccc0; } .myforecolor {color:#acccc0; } .mybordercolor {border:3px solid #acccc0; }
#acccc0 Text Font Color
<p style="color:#acccc0">Text here</p>
This sample text font color is #acccc0
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.
#acccc0 Background Color
<div style="background-color:#acccc0">
Div content here</div>
This div background color is #acccc0
#acccc0 Border Color
<div style="border:3px solid #acccc0">
Div here</div>
This div border color is #acccc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,204,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acccc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acccc0; -webkit-box-shadow: 1px 1px 3px 2px #acccc0; box-shadow: 1px 1px 3px 2px #acccc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,204,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acccc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acccc0; -webkit-box-shadow: 1px 1px 3px 2px #acccc0; box-shadow: 1px 1px 3px 2px #acccc0;">
Div content here</div>
This div box has shadow with color #acccc0
Comments
No comments written yet.
Please login to write comment.