Color spaces of #aeb6ff
RGB | 174 | 182 | 255 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.84 |
HSV | 234° | 32° | 100° |
CMYK | 0.32 | 0.29 | 0.00 0.00 |
XYZ | 52.2335 | 49.6746 | 101.4429 |
Yxy | 49.6746 | 0.2569 | 0.2443 |
Hunter Lab | 70.4802 | 8.9475 | -36.0006 |
CIE-Lab | 75.8691 | 13.5625 | -36.9417 |
#aeb6ff color RGB value is (174,182,255).
#aeb6ff hex color red value is 174, green value is 182 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aeb6ff hue: 0.65 , saturation: 1.00 and the lightness value of aeb6ff is 0.84.
The process color (four color CMYK) of #aeb6ff color hex is 0.32, 0.29, 0.00, 0.00. Web safe color of #aeb6ff is #99ccff. Color #aeb6ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110110 | 11111111 |
Octal | 256 | 266 | 377 |
Decimal | 174 | 182 | 255 |
Hex | AE | B6 | FF |
Shades of #aeb6ff
Tints of #aeb6ff
RGB Percentages of Color #aeb6ff
CMYK Percentages of Color #aeb6ff
Complementary Color
#aeb6ff | #fff7ae |
#aeb6ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb6ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb6ff Color CSS Codes
.mybgcolor {background-color:#aeb6ff; } .myforecolor {color:#aeb6ff; } .mybordercolor {border:3px solid #aeb6ff; }
#aeb6ff Text Font Color
<p style="color:#aeb6ff">Text here</p>
This sample text font color is #aeb6ff
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.
#aeb6ff Background Color
<div style="background-color:#aeb6ff">
Div content here</div>
This div background color is #aeb6ff
#aeb6ff Border Color
<div style="border:3px solid #aeb6ff">
Div here</div>
This div border color is #aeb6ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,182,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb6ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb6ff; -webkit-box-shadow: 1px 1px 3px 2px #aeb6ff; box-shadow: 1px 1px 3px 2px #aeb6ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,182,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb6ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb6ff; -webkit-box-shadow: 1px 1px 3px 2px #aeb6ff; box-shadow: 1px 1px 3px 2px #aeb6ff;">
Div content here</div>
This div box has shadow with color #aeb6ff
Related Colors
Comments
No comments written yet.
Please login to write comment.