Color spaces of #aeabfc
RGB | 174 | 171 | 252 |
---|---|---|---|
HSL | 0.67 | 0.93 | 0.83 |
HSV | 242° | 32° | 99° |
CMYK | 0.31 | 0.32 | 0.00 0.01 |
XYZ | 49.5892 | 45.1528 | 98.1972 |
Yxy | 45.1528 | 0.2570 | 0.2340 |
Hunter Lab | 67.1958 | 14.1368 | -39.6069 |
CIE-Lab | 72.9924 | 18.9310 | -39.7956 |
#aeabfc color RGB value is (174,171,252).
#aeabfc hex color red value is 174, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aeabfc hue: 0.67 , saturation: 0.93 and the lightness value of aeabfc is 0.83.
The process color (four color CMYK) of #aeabfc color hex is 0.31, 0.32, 0.00, 0.01. Web safe color of #aeabfc is #9999ff. Color #aeabfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101011 | 11111100 |
Octal | 256 | 253 | 374 |
Decimal | 174 | 171 | 252 |
Hex | AE | AB | FC |
Shades of #aeabfc
Tints of #aeabfc
RGB Percentages of Color #aeabfc
CMYK Percentages of Color #aeabfc
Complementary Color
#aeabfc | #f9fcab |
#aeabfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeabfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeabfc Color CSS Codes
.mybgcolor {background-color:#aeabfc; } .myforecolor {color:#aeabfc; } .mybordercolor {border:3px solid #aeabfc; }
#aeabfc Text Font Color
<p style="color:#aeabfc">Text here</p>
This sample text font color is #aeabfc
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.
#aeabfc Background Color
<div style="background-color:#aeabfc">
Div content here</div>
This div background color is #aeabfc
#aeabfc Border Color
<div style="border:3px solid #aeabfc">
Div here</div>
This div border color is #aeabfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,171,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeabfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeabfc; -webkit-box-shadow: 1px 1px 3px 2px #aeabfc; box-shadow: 1px 1px 3px 2px #aeabfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,171,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 #aeabfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeabfc; -webkit-box-shadow: 1px 1px 3px 2px #aeabfc; box-shadow: 1px 1px 3px 2px #aeabfc;">
Div content here</div>
This div box has shadow with color #aeabfc
Comments
No comments written yet.
Please login to write comment.