Color spaces of #aeacc9
RGB | 174 | 172 | 201 |
---|---|---|---|
HSL | 0.68 | 0.21 | 0.73 |
HSV | 244° | 14° | 79° |
CMYK | 0.13 | 0.14 | 0.00 0.21 |
XYZ | 42.7507 | 42.7208 | 61.2511 |
Yxy | 42.7208 | 0.2914 | 0.2912 |
Hunter Lab | 65.3612 | 2.3693 | -9.8089 |
CIE-Lab | 71.3651 | 6.5201 | -14.4709 |
#aeacc9 color RGB value is (174,172,201).
#aeacc9 hex color red value is 174, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #aeacc9 hue: 0.68 , saturation: 0.21 and the lightness value of aeacc9 is 0.73.
The process color (four color CMYK) of #aeacc9 color hex is 0.13, 0.14, 0.00, 0.21. Web safe color of #aeacc9 is #9999cc. Color #aeacc9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101100 | 11001001 |
Octal | 256 | 254 | 311 |
Decimal | 174 | 172 | 201 |
Hex | AE | AC | C9 |
Shades of #aeacc9
Tints of #aeacc9
RGB Percentages of Color #aeacc9
CMYK Percentages of Color #aeacc9
Complementary Color
#aeacc9 | #c7c9ac |
#aeacc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeacc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeacc9 Color CSS Codes
.mybgcolor {background-color:#aeacc9; } .myforecolor {color:#aeacc9; } .mybordercolor {border:3px solid #aeacc9; }
#aeacc9 Text Font Color
<p style="color:#aeacc9">Text here</p>
This sample text font color is #aeacc9
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.
#aeacc9 Background Color
<div style="background-color:#aeacc9">
Div content here</div>
This div background color is #aeacc9
#aeacc9 Border Color
<div style="border:3px solid #aeacc9">
Div here</div>
This div border color is #aeacc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,172,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeacc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeacc9; -webkit-box-shadow: 1px 1px 3px 2px #aeacc9; box-shadow: 1px 1px 3px 2px #aeacc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,172,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeacc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeacc9; -webkit-box-shadow: 1px 1px 3px 2px #aeacc9; box-shadow: 1px 1px 3px 2px #aeacc9;">
Div content here</div>
This div box has shadow with color #aeacc9
Comments
No comments written yet.
Please login to write comment.