Color spaces of #acaec0
RGB | 172 | 174 | 192 |
---|---|---|---|
HSL | 0.65 | 0.14 | 0.71 |
HSV | 234° | 10° | 75° |
CMYK | 0.10 | 0.09 | 0.00 0.25 |
XYZ | 41.6637 | 42.8485 | 55.9439 |
Yxy | 42.8485 | 0.2966 | 0.3051 |
Hunter Lab | 65.4588 | -0.9398 | -4.8507 |
CIE-Lab | 71.4520 | 2.8704 | -9.4078 |
#acaec0 color RGB value is (172,174,192).
#acaec0 hex color red value is 172, green value is 174 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #acaec0 hue: 0.65 , saturation: 0.14 and the lightness value of acaec0 is 0.71.
The process color (four color CMYK) of #acaec0 color hex is 0.10, 0.09, 0.00, 0.25. Web safe color of #acaec0 is #9999cc. Color #acaec0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101110 | 11000000 |
Octal | 254 | 256 | 300 |
Decimal | 172 | 174 | 192 |
Hex | AC | AE | C0 |
Shades of #acaec0
Tints of #acaec0
RGB Percentages of Color #acaec0
CMYK Percentages of Color #acaec0
Complementary Color
#acaec0 | #c0beac |
#acaec0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaec0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaec0 Color CSS Codes
.mybgcolor {background-color:#acaec0; } .myforecolor {color:#acaec0; } .mybordercolor {border:3px solid #acaec0; }
#acaec0 Text Font Color
<p style="color:#acaec0">Text here</p>
This sample text font color is #acaec0
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.
#acaec0 Background Color
<div style="background-color:#acaec0">
Div content here</div>
This div background color is #acaec0
#acaec0 Border Color
<div style="border:3px solid #acaec0">
Div here</div>
This div border color is #acaec0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,174,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaec0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaec0; -webkit-box-shadow: 1px 1px 3px 2px #acaec0; box-shadow: 1px 1px 3px 2px #acaec0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,174,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 #acaec0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaec0; -webkit-box-shadow: 1px 1px 3px 2px #acaec0; box-shadow: 1px 1px 3px 2px #acaec0;">
Div content here</div>
This div box has shadow with color #acaec0
Comments
No comments written yet.
Please login to write comment.