Color spaces of #aeaec3
RGB | 174 | 174 | 195 |
---|---|---|---|
HSL | 0.67 | 0.15 | 0.72 |
HSV | 240° | 11° | 76° |
CMYK | 0.11 | 0.11 | 0.00 0.24 |
XYZ | 42.4419 | 43.2109 | 57.7334 |
Yxy | 43.2109 | 0.2960 | 0.3014 |
Hunter Lab | 65.7350 | 0.2125 | -6.0584 |
CIE-Lab | 71.6979 | 4.1609 | -10.6740 |
#aeaec3 color RGB value is (174,174,195).
#aeaec3 hex color red value is 174, green value is 174 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aeaec3 hue: 0.67 , saturation: 0.15 and the lightness value of aeaec3 is 0.72.
The process color (four color CMYK) of #aeaec3 color hex is 0.11, 0.11, 0.00, 0.24. Web safe color of #aeaec3 is #9999cc. Color #aeaec3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101110 | 11000011 |
Octal | 256 | 256 | 303 |
Decimal | 174 | 174 | 195 |
Hex | AE | AE | C3 |
Shades of #aeaec3
Tints of #aeaec3
RGB Percentages of Color #aeaec3
CMYK Percentages of Color #aeaec3
Complementary Color
#aeaec3 | #c3c3ae |
#aeaec3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaec3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaec3 Color CSS Codes
.mybgcolor {background-color:#aeaec3; } .myforecolor {color:#aeaec3; } .mybordercolor {border:3px solid #aeaec3; }
#aeaec3 Text Font Color
<p style="color:#aeaec3">Text here</p>
This sample text font color is #aeaec3
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.
#aeaec3 Background Color
<div style="background-color:#aeaec3">
Div content here</div>
This div background color is #aeaec3
#aeaec3 Border Color
<div style="border:3px solid #aeaec3">
Div here</div>
This div border color is #aeaec3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,174,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaec3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaec3; -webkit-box-shadow: 1px 1px 3px 2px #aeaec3; box-shadow: 1px 1px 3px 2px #aeaec3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,174,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaec3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaec3; -webkit-box-shadow: 1px 1px 3px 2px #aeaec3; box-shadow: 1px 1px 3px 2px #aeaec3;">
Div content here</div>
This div box has shadow with color #aeaec3
Comments
No comments written yet.
Please login to write comment.