Color spaces of #acebfa
RGB | 172 | 235 | 250 |
---|---|---|---|
HSL | 0.53 | 0.89 | 0.83 |
HSV | 192° | 31° | 98° |
CMYK | 0.31 | 0.06 | 0.00 0.02 |
XYZ | 63.9769 | 75.0894 | 101.5643 |
Yxy | 75.0894 | 0.2659 | 0.3121 |
Hunter Lab | 86.6541 | -19.8579 | -8.8338 |
CIE-Lab | 89.4349 | -16.2681 | -13.6304 |
#acebfa color RGB value is (172,235,250).
#acebfa hex color red value is 172, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #acebfa hue: 0.53 , saturation: 0.89 and the lightness value of acebfa is 0.83.
The process color (four color CMYK) of #acebfa color hex is 0.31, 0.06, 0.00, 0.02. Web safe color of #acebfa is #99ffff. Color #acebfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101011 | 11111010 |
Octal | 254 | 353 | 372 |
Decimal | 172 | 235 | 250 |
Hex | AC | EB | FA |
Shades of #acebfa
Tints of #acebfa
RGB Percentages of Color #acebfa
CMYK Percentages of Color #acebfa
Complementary Color
#acebfa | #fabbac |
#acebfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acebfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#acebfa Color CSS Codes
.mybgcolor {background-color:#acebfa; } .myforecolor {color:#acebfa; } .mybordercolor {border:3px solid #acebfa; }
#acebfa Text Font Color
<p style="color:#acebfa">Text here</p>
This sample text font color is #acebfa
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.
#acebfa Background Color
<div style="background-color:#acebfa">
Div content here</div>
This div background color is #acebfa
#acebfa Border Color
<div style="border:3px solid #acebfa">
Div here</div>
This div border color is #acebfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,235,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acebfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acebfa; -webkit-box-shadow: 1px 1px 3px 2px #acebfa; box-shadow: 1px 1px 3px 2px #acebfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,235,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acebfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acebfa; -webkit-box-shadow: 1px 1px 3px 2px #acebfa; box-shadow: 1px 1px 3px 2px #acebfa;">
Div content here</div>
This div box has shadow with color #acebfa
Comments
No comments written yet.
Please login to write comment.