Color spaces of #aeac83
RGB | 174 | 172 | 131 |
---|---|---|---|
HSL | 0.16 | 0.21 | 0.60 |
HSV | 57° | 25° | 68° |
CMYK | 0.00 | 0.01 | 0.25 0.32 |
XYZ | 36.3048 | 40.1424 | 27.3075 |
Yxy | 40.1424 | 0.3499 | 0.3869 |
Hunter Lab | 63.3580 | -8.5942 | 18.7965 |
CIE-Lab | 69.5708 | -6.0582 | 21.4101 |
#aeac83 color RGB value is (174,172,131).
#aeac83 hex color red value is 174, green value is 172 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aeac83 hue: 0.16 , saturation: 0.21 and the lightness value of aeac83 is 0.60.
The process color (four color CMYK) of #aeac83 color hex is 0.00, 0.01, 0.25, 0.32. Web safe color of #aeac83 is #999999. Color #aeac83 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101100 | 10000011 |
Octal | 256 | 254 | 203 |
Decimal | 174 | 172 | 131 |
Hex | AE | AC | 83 |
Shades of #aeac83
Tints of #aeac83
RGB Percentages of Color #aeac83
CMYK Percentages of Color #aeac83
Complementary Color
#aeac83 | #8385ae |
#aeac83 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeac83 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeac83 Color CSS Codes
.mybgcolor {background-color:#aeac83; } .myforecolor {color:#aeac83; } .mybordercolor {border:3px solid #aeac83; }
#aeac83 Text Font Color
<p style="color:#aeac83">Text here</p>
This sample text font color is #aeac83
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.
#aeac83 Background Color
<div style="background-color:#aeac83">
Div content here</div>
This div background color is #aeac83
#aeac83 Border Color
<div style="border:3px solid #aeac83">
Div here</div>
This div border color is #aeac83
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,172,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeac83; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeac83; -webkit-box-shadow: 1px 1px 3px 2px #aeac83; box-shadow: 1px 1px 3px 2px #aeac83; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,172,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeac83">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeac83; -webkit-box-shadow: 1px 1px 3px 2px #aeac83; box-shadow: 1px 1px 3px 2px #aeac83;">
Div content here</div>
This div box has shadow with color #aeac83
Comments
No comments written yet.
Please login to write comment.