Color spaces of #a0defc
RGB | 160 | 222 | 252 |
---|---|---|---|
HSL | 0.55 | 0.94 | 0.81 |
HSV | 200° | 37° | 99° |
CMYK | 0.37 | 0.12 | 0.00 0.01 |
XYZ | 58.1892 | 66.7444 | 101.9115 |
Yxy | 66.7444 | 0.2565 | 0.2942 |
Hunter Lab | 81.6972 | -15.8328 | -16.7720 |
CIE-Lab | 85.3747 | -12.4010 | -20.8530 |
#a0defc color RGB value is (160,222,252).
#a0defc hex color red value is 160, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a0defc hue: 0.55 , saturation: 0.94 and the lightness value of a0defc is 0.81.
The process color (four color CMYK) of #a0defc color hex is 0.37, 0.12, 0.00, 0.01. Web safe color of #a0defc is #99ccff. Color #a0defc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 11011110 | 11111100 |
Octal | 240 | 336 | 374 |
Decimal | 160 | 222 | 252 |
Hex | A0 | DE | FC |
Shades of #a0defc
Tints of #a0defc
RGB Percentages of Color #a0defc
CMYK Percentages of Color #a0defc
Complementary Color
#a0defc | #fcbea0 |
#a0defc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0defc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0defc Color CSS Codes
.mybgcolor {background-color:#a0defc; } .myforecolor {color:#a0defc; } .mybordercolor {border:3px solid #a0defc; }
#a0defc Text Font Color
<p style="color:#a0defc">Text here</p>
This sample text font color is #a0defc
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.
#a0defc Background Color
<div style="background-color:#a0defc">
Div content here</div>
This div background color is #a0defc
#a0defc Border Color
<div style="border:3px solid #a0defc">
Div here</div>
This div border color is #a0defc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,222,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0defc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0defc; -webkit-box-shadow: 1px 1px 3px 2px #a0defc; box-shadow: 1px 1px 3px 2px #a0defc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,222,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0defc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0defc; -webkit-box-shadow: 1px 1px 3px 2px #a0defc; box-shadow: 1px 1px 3px 2px #a0defc;">
Div content here</div>
This div box has shadow with color #a0defc
Comments
No comments written yet.
Please login to write comment.