Color spaces of #a0adef
RGB | 160 | 173 | 239 |
---|---|---|---|
HSL | 0.64 | 0.71 | 0.78 |
HSV | 230° | 33° | 94° |
CMYK | 0.33 | 0.28 | 0.00 0.06 |
XYZ | 45.0208 | 43.5927 | 87.7027 |
Yxy | 43.5927 | 0.2553 | 0.2472 |
Hunter Lab | 66.0248 | 6.1718 | -32.5394 |
CIE-Lab | 71.9554 | 10.6397 | -34.4390 |
#a0adef color RGB value is (160,173,239).
#a0adef hex color red value is 160, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a0adef hue: 0.64 , saturation: 0.71 and the lightness value of a0adef is 0.78.
The process color (four color CMYK) of #a0adef color hex is 0.33, 0.28, 0.00, 0.06. Web safe color of #a0adef is #9999ff. Color #a0adef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10101101 | 11101111 |
Octal | 240 | 255 | 357 |
Decimal | 160 | 173 | 239 |
Hex | A0 | AD | EF |
Shades of #a0adef
Tints of #a0adef
RGB Percentages of Color #a0adef
CMYK Percentages of Color #a0adef
Complementary Color
#a0adef | #efe2a0 |
#a0adef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0adef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0adef Color CSS Codes
.mybgcolor {background-color:#a0adef; } .myforecolor {color:#a0adef; } .mybordercolor {border:3px solid #a0adef; }
#a0adef Text Font Color
<p style="color:#a0adef">Text here</p>
This sample text font color is #a0adef
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.
#a0adef Background Color
<div style="background-color:#a0adef">
Div content here</div>
This div background color is #a0adef
#a0adef Border Color
<div style="border:3px solid #a0adef">
Div here</div>
This div border color is #a0adef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,173,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0adef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0adef; -webkit-box-shadow: 1px 1px 3px 2px #a0adef; box-shadow: 1px 1px 3px 2px #a0adef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,173,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0adef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0adef; -webkit-box-shadow: 1px 1px 3px 2px #a0adef; box-shadow: 1px 1px 3px 2px #a0adef;">
Div content here</div>
This div box has shadow with color #a0adef
Comments
No comments written yet.
Please login to write comment.