Color spaces of #acaecc
RGB | 172 | 174 | 204 |
---|---|---|---|
HSL | 0.66 | 0.24 | 0.74 |
HSV | 236° | 16° | 80° |
CMYK | 0.16 | 0.15 | 0.00 0.20 |
XYZ | 43.0484 | 43.4024 | 63.2353 |
Yxy | 43.4024 | 0.2876 | 0.2900 |
Hunter Lab | 65.8805 | 1.3467 | -10.7931 |
CIE-Lab | 71.8272 | 5.4151 | -15.4379 |
#acaecc color RGB value is (172,174,204).
#acaecc hex color red value is 172, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acaecc hue: 0.66 , saturation: 0.24 and the lightness value of acaecc is 0.74.
The process color (four color CMYK) of #acaecc color hex is 0.16, 0.15, 0.00, 0.20. Web safe color of #acaecc is #9999cc. Color #acaecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101110 | 11001100 |
Octal | 254 | 256 | 314 |
Decimal | 172 | 174 | 204 |
Hex | AC | AE | CC |
Shades of #acaecc
Tints of #acaecc
RGB Percentages of Color #acaecc
CMYK Percentages of Color #acaecc
Complementary Color
#acaecc | #cccaac |
#acaecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaecc Color CSS Codes
.mybgcolor {background-color:#acaecc; } .myforecolor {color:#acaecc; } .mybordercolor {border:3px solid #acaecc; }
#acaecc Text Font Color
<p style="color:#acaecc">Text here</p>
This sample text font color is #acaecc
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.
#acaecc Background Color
<div style="background-color:#acaecc">
Div content here</div>
This div background color is #acaecc
#acaecc Border Color
<div style="border:3px solid #acaecc">
Div here</div>
This div border color is #acaecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaecc; -webkit-box-shadow: 1px 1px 3px 2px #acaecc; box-shadow: 1px 1px 3px 2px #acaecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,174,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acaecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaecc; -webkit-box-shadow: 1px 1px 3px 2px #acaecc; box-shadow: 1px 1px 3px 2px #acaecc;">
Div content here</div>
This div box has shadow with color #acaecc
Comments
No comments written yet.
Please login to write comment.