Color spaces of #acf1ff
RGB | 172 | 241 | 255 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.84 |
HSV | 190° | 33° | 100° |
CMYK | 0.33 | 0.05 | 0.00 0.00 |
XYZ | 66.5186 | 78.9012 | 106.3313 |
Yxy | 78.9012 | 0.2642 | 0.3134 |
Hunter Lab | 88.8263 | -21.7744 | -8.7958 |
CIE-Lab | 91.1896 | -18.1038 | -13.6157 |
#acf1ff color RGB value is (172,241,255).
#acf1ff hex color red value is 172, green value is 241 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #acf1ff hue: 0.53 , saturation: 1.00 and the lightness value of acf1ff is 0.84.
The process color (four color CMYK) of #acf1ff color hex is 0.33, 0.05, 0.00, 0.00. Web safe color of #acf1ff is #99ffff. Color #acf1ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110001 | 11111111 |
Octal | 254 | 361 | 377 |
Decimal | 172 | 241 | 255 |
Hex | AC | F1 | FF |
Shades of #acf1ff
Tints of #acf1ff
RGB Percentages of Color #acf1ff
CMYK Percentages of Color #acf1ff
Complementary Color
#acf1ff | #ffbaac |
#acf1ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf1ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf1ff Color CSS Codes
.mybgcolor {background-color:#acf1ff; } .myforecolor {color:#acf1ff; } .mybordercolor {border:3px solid #acf1ff; }
#acf1ff Text Font Color
<p style="color:#acf1ff">Text here</p>
This sample text font color is #acf1ff
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.
#acf1ff Background Color
<div style="background-color:#acf1ff">
Div content here</div>
This div background color is #acf1ff
#acf1ff Border Color
<div style="border:3px solid #acf1ff">
Div here</div>
This div border color is #acf1ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,241,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf1ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf1ff; -webkit-box-shadow: 1px 1px 3px 2px #acf1ff; box-shadow: 1px 1px 3px 2px #acf1ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,241,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf1ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf1ff; -webkit-box-shadow: 1px 1px 3px 2px #acf1ff; box-shadow: 1px 1px 3px 2px #acf1ff;">
Div content here</div>
This div box has shadow with color #acf1ff
Related Colors
Comments
No comments written yet.
Please login to write comment.