Color spaces of #a8aeea
RGB | 168 | 174 | 234 |
---|---|---|---|
HSL | 0.65 | 0.61 | 0.79 |
HSV | 235° | 28° | 92° |
CMYK | 0.28 | 0.26 | 0.00 0.08 |
XYZ | 46.1358 | 44.5374 | 84.0069 |
Yxy | 44.5374 | 0.2641 | 0.2550 |
Hunter Lab | 66.7363 | 6.6110 | -27.9181 |
CIE-Lab | 72.5862 | 11.1121 | -30.6999 |
#a8aeea color RGB value is (168,174,234).
#a8aeea hex color red value is 168, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a8aeea hue: 0.65 , saturation: 0.61 and the lightness value of a8aeea is 0.79.
The process color (four color CMYK) of #a8aeea color hex is 0.28, 0.26, 0.00, 0.08. Web safe color of #a8aeea is #9999ff. Color #a8aeea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10101110 | 11101010 |
Octal | 250 | 256 | 352 |
Decimal | 168 | 174 | 234 |
Hex | A8 | AE | EA |
Shades of #a8aeea
Tints of #a8aeea
RGB Percentages of Color #a8aeea
CMYK Percentages of Color #a8aeea
Complementary Color
#a8aeea | #eae4a8 |
#a8aeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8aeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8aeea Color CSS Codes
.mybgcolor {background-color:#a8aeea; } .myforecolor {color:#a8aeea; } .mybordercolor {border:3px solid #a8aeea; }
#a8aeea Text Font Color
<p style="color:#a8aeea">Text here</p>
This sample text font color is #a8aeea
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.
#a8aeea Background Color
<div style="background-color:#a8aeea">
Div content here</div>
This div background color is #a8aeea
#a8aeea Border Color
<div style="border:3px solid #a8aeea">
Div here</div>
This div border color is #a8aeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,174,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8aeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8aeea; -webkit-box-shadow: 1px 1px 3px 2px #a8aeea; box-shadow: 1px 1px 3px 2px #a8aeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,174,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8aeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8aeea; -webkit-box-shadow: 1px 1px 3px 2px #a8aeea; box-shadow: 1px 1px 3px 2px #a8aeea;">
Div content here</div>
This div box has shadow with color #a8aeea
Comments
No comments written yet.
Please login to write comment.