Color spaces of #a8aedc
RGB | 168 | 174 | 220 |
---|---|---|---|
HSL | 0.65 | 0.43 | 0.76 |
HSV | 233° | 24° | 86° |
CMYK | 0.24 | 0.21 | 0.00 0.14 |
XYZ | 44.2028 | 43.7642 | 73.8278 |
Yxy | 43.7642 | 0.2732 | 0.2705 |
Hunter Lab | 66.1545 | 3.4989 | -19.8589 |
CIE-Lab | 72.0706 | 7.7682 | -23.8588 |
#a8aedc color RGB value is (168,174,220).
#a8aedc hex color red value is 168, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a8aedc hue: 0.65 , saturation: 0.43 and the lightness value of a8aedc is 0.76.
The process color (four color CMYK) of #a8aedc color hex is 0.24, 0.21, 0.00, 0.14. Web safe color of #a8aedc is #9999cc. Color #a8aedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10101110 | 11011100 |
Octal | 250 | 256 | 334 |
Decimal | 168 | 174 | 220 |
Hex | A8 | AE | DC |
Shades of #a8aedc
Tints of #a8aedc
RGB Percentages of Color #a8aedc
CMYK Percentages of Color #a8aedc
Complementary Color
#a8aedc | #dcd6a8 |
#a8aedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8aedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8aedc Color CSS Codes
.mybgcolor {background-color:#a8aedc; } .myforecolor {color:#a8aedc; } .mybordercolor {border:3px solid #a8aedc; }
#a8aedc Text Font Color
<p style="color:#a8aedc">Text here</p>
This sample text font color is #a8aedc
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.
#a8aedc Background Color
<div style="background-color:#a8aedc">
Div content here</div>
This div background color is #a8aedc
#a8aedc Border Color
<div style="border:3px solid #a8aedc">
Div here</div>
This div border color is #a8aedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,174,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8aedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8aedc; -webkit-box-shadow: 1px 1px 3px 2px #a8aedc; box-shadow: 1px 1px 3px 2px #a8aedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,174,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8aedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8aedc; -webkit-box-shadow: 1px 1px 3px 2px #a8aedc; box-shadow: 1px 1px 3px 2px #a8aedc;">
Div content here</div>
This div box has shadow with color #a8aedc
Comments
No comments written yet.
Please login to write comment.