Color spaces of #acc1ec
RGB | 172 | 193 | 236 |
---|---|---|---|
HSL | 0.61 | 0.63 | 0.80 |
HSV | 220° | 27° | 93° |
CMYK | 0.27 | 0.18 | 0.00 0.07 |
XYZ | 51.2235 | 52.9667 | 86.8807 |
Yxy | 52.9667 | 0.2681 | 0.2772 |
Hunter Lab | 72.7782 | -1.7282 | -19.8341 |
CIE-Lab | 77.8553 | 2.3442 | -23.6835 |
#acc1ec color RGB value is (172,193,236).
#acc1ec hex color red value is 172, green value is 193 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #acc1ec hue: 0.61 , saturation: 0.63 and the lightness value of acc1ec is 0.80.
The process color (four color CMYK) of #acc1ec color hex is 0.27, 0.18, 0.00, 0.07. Web safe color of #acc1ec is #99ccff. Color #acc1ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000001 | 11101100 |
Octal | 254 | 301 | 354 |
Decimal | 172 | 193 | 236 |
Hex | AC | C1 | EC |
Shades of #acc1ec
Tints of #acc1ec
RGB Percentages of Color #acc1ec
CMYK Percentages of Color #acc1ec
Complementary Color
#acc1ec | #ecd7ac |
#acc1ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc1ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc1ec Color CSS Codes
.mybgcolor {background-color:#acc1ec; } .myforecolor {color:#acc1ec; } .mybordercolor {border:3px solid #acc1ec; }
#acc1ec Text Font Color
<p style="color:#acc1ec">Text here</p>
This sample text font color is #acc1ec
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.
#acc1ec Background Color
<div style="background-color:#acc1ec">
Div content here</div>
This div background color is #acc1ec
#acc1ec Border Color
<div style="border:3px solid #acc1ec">
Div here</div>
This div border color is #acc1ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,193,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc1ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc1ec; -webkit-box-shadow: 1px 1px 3px 2px #acc1ec; box-shadow: 1px 1px 3px 2px #acc1ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,193,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc1ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc1ec; -webkit-box-shadow: 1px 1px 3px 2px #acc1ec; box-shadow: 1px 1px 3px 2px #acc1ec;">
Div content here</div>
This div box has shadow with color #acc1ec
Comments
No comments written yet.
Please login to write comment.