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