Color spaces of #a8aedd
RGB | 168 | 174 | 221 |
---|---|---|---|
HSL | 0.65 | 0.44 | 0.76 |
HSV | 233° | 24° | 87° |
CMYK | 0.24 | 0.21 | 0.00 0.13 |
XYZ | 44.3356 | 43.8174 | 74.5275 |
Yxy | 43.8174 | 0.2725 | 0.2693 |
Hunter Lab | 66.1947 | 3.7142 | -20.4173 |
CIE-Lab | 72.1063 | 8.0020 | -24.3506 |
#a8aedd color RGB value is (168,174,221).
#a8aedd hex color red value is 168, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a8aedd hue: 0.65 , saturation: 0.44 and the lightness value of a8aedd is 0.76.
The process color (four color CMYK) of #a8aedd color hex is 0.24, 0.21, 0.00, 0.13. Web safe color of #a8aedd is #9999cc. Color #a8aedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10101110 | 11011101 |
Octal | 250 | 256 | 335 |
Decimal | 168 | 174 | 221 |
Hex | A8 | AE | DD |
Shades of #a8aedd
Tints of #a8aedd
RGB Percentages of Color #a8aedd
CMYK Percentages of Color #a8aedd
Complementary Color
#a8aedd | #ddd7a8 |
#a8aedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8aedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8aedd Color CSS Codes
.mybgcolor {background-color:#a8aedd; } .myforecolor {color:#a8aedd; } .mybordercolor {border:3px solid #a8aedd; }
#a8aedd Text Font Color
<p style="color:#a8aedd">Text here</p>
This sample text font color is #a8aedd
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.
#a8aedd Background Color
<div style="background-color:#a8aedd">
Div content here</div>
This div background color is #a8aedd
#a8aedd Border Color
<div style="border:3px solid #a8aedd">
Div here</div>
This div border color is #a8aedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,174,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8aedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8aedd; -webkit-box-shadow: 1px 1px 3px 2px #a8aedd; box-shadow: 1px 1px 3px 2px #a8aedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,174,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8aedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8aedd; -webkit-box-shadow: 1px 1px 3px 2px #a8aedd; box-shadow: 1px 1px 3px 2px #a8aedd;">
Div content here</div>
This div box has shadow with color #a8aedd
#a8aedd Color Palettes
Comments
No comments written yet.
Please login to write comment.