Color spaces of #a3beda
RGB | 163 | 190 | 218 |
---|---|---|---|
HSL | 0.58 | 0.43 | 0.75 |
HSV | 211° | 25° | 85° |
CMYK | 0.25 | 0.13 | 0.00 0.15 |
XYZ | 46.1726 | 49.6754 | 73.4844 |
Yxy | 49.6754 | 0.2727 | 0.2934 |
Hunter Lab | 70.4808 | -6.4044 | -12.4802 |
CIE-Lab | 75.8696 | -2.9358 | -17.0360 |
#a3beda color RGB value is (163,190,218).
#a3beda hex color red value is 163, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a3beda hue: 0.58 , saturation: 0.43 and the lightness value of a3beda is 0.75.
The process color (four color CMYK) of #a3beda color hex is 0.25, 0.13, 0.00, 0.15. Web safe color of #a3beda is #99cccc. Color #a3beda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10111110 | 11011010 |
Octal | 243 | 276 | 332 |
Decimal | 163 | 190 | 218 |
Hex | A3 | BE | DA |
Shades of #a3beda
Tints of #a3beda
RGB Percentages of Color #a3beda
CMYK Percentages of Color #a3beda
Complementary Color
#a3beda | #dabfa3 |
#a3beda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3beda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3beda Color CSS Codes
.mybgcolor {background-color:#a3beda; } .myforecolor {color:#a3beda; } .mybordercolor {border:3px solid #a3beda; }
#a3beda Text Font Color
<p style="color:#a3beda">Text here</p>
This sample text font color is #a3beda
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.
#a3beda Background Color
<div style="background-color:#a3beda">
Div content here</div>
This div background color is #a3beda
#a3beda Border Color
<div style="border:3px solid #a3beda">
Div here</div>
This div border color is #a3beda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,190,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3beda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3beda; -webkit-box-shadow: 1px 1px 3px 2px #a3beda; box-shadow: 1px 1px 3px 2px #a3beda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,190,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3beda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3beda; -webkit-box-shadow: 1px 1px 3px 2px #a3beda; box-shadow: 1px 1px 3px 2px #a3beda;">
Div content here</div>
This div box has shadow with color #a3beda
Comments
No comments written yet.
Please login to write comment.