Color spaces of #a3bddb
RGB | 163 | 189 | 219 |
---|---|---|---|
HSL | 0.59 | 0.44 | 0.75 |
HSV | 212° | 26° | 86° |
CMYK | 0.26 | 0.14 | 0.00 0.14 |
XYZ | 46.0880 | 49.2962 | 74.1039 |
Yxy | 49.2962 | 0.2719 | 0.2909 |
Hunter Lab | 70.2113 | -5.6989 | -13.4293 |
CIE-Lab | 75.6352 | -2.1659 | -17.9316 |
#a3bddb color RGB value is (163,189,219).
#a3bddb hex color red value is 163, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a3bddb hue: 0.59 , saturation: 0.44 and the lightness value of a3bddb is 0.75.
The process color (four color CMYK) of #a3bddb color hex is 0.26, 0.14, 0.00, 0.14. Web safe color of #a3bddb is #99cccc. Color #a3bddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10111101 | 11011011 |
Octal | 243 | 275 | 333 |
Decimal | 163 | 189 | 219 |
Hex | A3 | BD | DB |
Shades of #a3bddb
Tints of #a3bddb
RGB Percentages of Color #a3bddb
CMYK Percentages of Color #a3bddb
Complementary Color
#a3bddb | #dbc1a3 |
#a3bddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3bddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3bddb Color CSS Codes
.mybgcolor {background-color:#a3bddb; } .myforecolor {color:#a3bddb; } .mybordercolor {border:3px solid #a3bddb; }
#a3bddb Text Font Color
<p style="color:#a3bddb">Text here</p>
This sample text font color is #a3bddb
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.
#a3bddb Background Color
<div style="background-color:#a3bddb">
Div content here</div>
This div background color is #a3bddb
#a3bddb Border Color
<div style="border:3px solid #a3bddb">
Div here</div>
This div border color is #a3bddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,189,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3bddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3bddb; -webkit-box-shadow: 1px 1px 3px 2px #a3bddb; box-shadow: 1px 1px 3px 2px #a3bddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,189,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3bddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3bddb; -webkit-box-shadow: 1px 1px 3px 2px #a3bddb; box-shadow: 1px 1px 3px 2px #a3bddb;">
Div content here</div>
This div box has shadow with color #a3bddb
Comments
No comments written yet.
Please login to write comment.