Color spaces of #a8addb
RGB | 168 | 173 | 219 |
---|---|---|---|
HSL | 0.65 | 0.41 | 0.76 |
HSV | 234° | 23° | 86° |
CMYK | 0.23 | 0.21 | 0.00 0.14 |
XYZ | 43.8782 | 43.3264 | 73.0680 |
Yxy | 43.3264 | 0.2738 | 0.2703 |
Hunter Lab | 65.8228 | 3.8002 | -19.7402 |
CIE-Lab | 71.7759 | 8.0877 | -23.7620 |
#a8addb color RGB value is (168,173,219).
#a8addb hex color red value is 168, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8addb hue: 0.65 , saturation: 0.41 and the lightness value of a8addb is 0.76.
The process color (four color CMYK) of #a8addb color hex is 0.23, 0.21, 0.00, 0.14. Web safe color of #a8addb is #9999cc. Color #a8addb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10101101 | 11011011 |
Octal | 250 | 255 | 333 |
Decimal | 168 | 173 | 219 |
Hex | A8 | AD | DB |
Shades of #a8addb
Tints of #a8addb
RGB Percentages of Color #a8addb
CMYK Percentages of Color #a8addb
Complementary Color
#a8addb | #dbd6a8 |
#a8addb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8addb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8addb Color CSS Codes
.mybgcolor {background-color:#a8addb; } .myforecolor {color:#a8addb; } .mybordercolor {border:3px solid #a8addb; }
#a8addb Text Font Color
<p style="color:#a8addb">Text here</p>
This sample text font color is #a8addb
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.
#a8addb Background Color
<div style="background-color:#a8addb">
Div content here</div>
This div background color is #a8addb
#a8addb Border Color
<div style="border:3px solid #a8addb">
Div here</div>
This div border color is #a8addb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,173,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8addb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8addb; -webkit-box-shadow: 1px 1px 3px 2px #a8addb; box-shadow: 1px 1px 3px 2px #a8addb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,173,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 #a8addb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8addb; -webkit-box-shadow: 1px 1px 3px 2px #a8addb; box-shadow: 1px 1px 3px 2px #a8addb;">
Div content here</div>
This div box has shadow with color #a8addb
Comments
No comments written yet.
Please login to write comment.