Color spaces of #a8aeca
RGB | 168 | 174 | 202 |
---|---|---|---|
HSL | 0.64 | 0.24 | 0.73 |
HSV | 229° | 17° | 79° |
CMYK | 0.17 | 0.14 | 0.00 0.21 |
XYZ | 41.9452 | 42.8612 | 61.9394 |
Yxy | 42.8612 | 0.2858 | 0.2921 |
Hunter Lab | 65.4685 | -0.2061 | -10.2661 |
CIE-Lab | 71.4607 | 3.6867 | -14.9222 |
#a8aeca color RGB value is (168,174,202).
#a8aeca hex color red value is 168, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a8aeca hue: 0.64 , saturation: 0.24 and the lightness value of a8aeca is 0.73.
The process color (four color CMYK) of #a8aeca color hex is 0.17, 0.14, 0.00, 0.21. Web safe color of #a8aeca is #9999cc. Color #a8aeca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10101110 | 11001010 |
Octal | 250 | 256 | 312 |
Decimal | 168 | 174 | 202 |
Hex | A8 | AE | CA |
Shades of #a8aeca
Tints of #a8aeca
RGB Percentages of Color #a8aeca
CMYK Percentages of Color #a8aeca
Complementary Color
#a8aeca | #cac4a8 |
#a8aeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8aeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8aeca Color CSS Codes
.mybgcolor {background-color:#a8aeca; } .myforecolor {color:#a8aeca; } .mybordercolor {border:3px solid #a8aeca; }
#a8aeca Text Font Color
<p style="color:#a8aeca">Text here</p>
This sample text font color is #a8aeca
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.
#a8aeca Background Color
<div style="background-color:#a8aeca">
Div content here</div>
This div background color is #a8aeca
#a8aeca Border Color
<div style="border:3px solid #a8aeca">
Div here</div>
This div border color is #a8aeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,174,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8aeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8aeca; -webkit-box-shadow: 1px 1px 3px 2px #a8aeca; box-shadow: 1px 1px 3px 2px #a8aeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,174,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8aeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8aeca; -webkit-box-shadow: 1px 1px 3px 2px #a8aeca; box-shadow: 1px 1px 3px 2px #a8aeca;">
Div content here</div>
This div box has shadow with color #a8aeca
Comments
No comments written yet.
Please login to write comment.