Color spaces of #aeaafc
RGB | 174 | 170 | 252 |
---|---|---|---|
HSL | 0.67 | 0.93 | 0.83 |
HSV | 243° | 33° | 99° |
CMYK | 0.31 | 0.33 | 0.00 0.01 |
XYZ | 49.4010 | 44.7764 | 98.1345 |
Yxy | 44.7764 | 0.2569 | 0.2328 |
Hunter Lab | 66.9152 | 14.6784 | -40.1112 |
CIE-Lab | 72.7444 | 19.4900 | -40.1820 |
#aeaafc color RGB value is (174,170,252).
#aeaafc hex color red value is 174, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aeaafc hue: 0.67 , saturation: 0.93 and the lightness value of aeaafc is 0.83.
The process color (four color CMYK) of #aeaafc color hex is 0.31, 0.33, 0.00, 0.01. Web safe color of #aeaafc is #9999ff. Color #aeaafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 11111100 |
Octal | 256 | 252 | 374 |
Decimal | 174 | 170 | 252 |
Hex | AE | AA | FC |
Shades of #aeaafc
Tints of #aeaafc
RGB Percentages of Color #aeaafc
CMYK Percentages of Color #aeaafc
Complementary Color
#aeaafc | #f8fcaa |
#aeaafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaafc Color CSS Codes
.mybgcolor {background-color:#aeaafc; } .myforecolor {color:#aeaafc; } .mybordercolor {border:3px solid #aeaafc; }
#aeaafc Text Font Color
<p style="color:#aeaafc">Text here</p>
This sample text font color is #aeaafc
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.
#aeaafc Background Color
<div style="background-color:#aeaafc">
Div content here</div>
This div background color is #aeaafc
#aeaafc Border Color
<div style="border:3px solid #aeaafc">
Div here</div>
This div border color is #aeaafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaafc; -webkit-box-shadow: 1px 1px 3px 2px #aeaafc; box-shadow: 1px 1px 3px 2px #aeaafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaafc; -webkit-box-shadow: 1px 1px 3px 2px #aeaafc; box-shadow: 1px 1px 3px 2px #aeaafc;">
Div content here</div>
This div box has shadow with color #aeaafc
Comments
No comments written yet.
Please login to write comment.