Color spaces of #aeaae2
RGB | 174 | 170 | 226 |
---|---|---|---|
HSL | 0.68 | 0.49 | 0.78 |
HSV | 244° | 25° | 89° |
CMYK | 0.23 | 0.25 | 0.00 0.11 |
XYZ | 45.5578 | 43.2391 | 77.8963 |
Yxy | 43.2391 | 0.2733 | 0.2594 |
Hunter Lab | 65.7564 | 8.5957 | -24.2065 |
CIE-Lab | 71.7170 | 13.2111 | -27.6386 |
#aeaae2 color RGB value is (174,170,226).
#aeaae2 hex color red value is 174, green value is 170 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #aeaae2 hue: 0.68 , saturation: 0.49 and the lightness value of aeaae2 is 0.78.
The process color (four color CMYK) of #aeaae2 color hex is 0.23, 0.25, 0.00, 0.11. Web safe color of #aeaae2 is #9999cc. Color #aeaae2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 11100010 |
Octal | 256 | 252 | 342 |
Decimal | 174 | 170 | 226 |
Hex | AE | AA | E2 |
Shades of #aeaae2
Tints of #aeaae2
RGB Percentages of Color #aeaae2
CMYK Percentages of Color #aeaae2
Complementary Color
#aeaae2 | #dee2aa |
#aeaae2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaae2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaae2 Color CSS Codes
.mybgcolor {background-color:#aeaae2; } .myforecolor {color:#aeaae2; } .mybordercolor {border:3px solid #aeaae2; }
#aeaae2 Text Font Color
<p style="color:#aeaae2">Text here</p>
This sample text font color is #aeaae2
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.
#aeaae2 Background Color
<div style="background-color:#aeaae2">
Div content here</div>
This div background color is #aeaae2
#aeaae2 Border Color
<div style="border:3px solid #aeaae2">
Div here</div>
This div border color is #aeaae2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaae2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaae2; -webkit-box-shadow: 1px 1px 3px 2px #aeaae2; box-shadow: 1px 1px 3px 2px #aeaae2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaae2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaae2; -webkit-box-shadow: 1px 1px 3px 2px #aeaae2; box-shadow: 1px 1px 3px 2px #aeaae2;">
Div content here</div>
This div box has shadow with color #aeaae2
Comments
No comments written yet.
Please login to write comment.