Color spaces of #aeab2e
RGB | 174 | 171 | 46 |
---|---|---|---|
HSL | 0.16 | 0.58 | 0.43 |
HSV | 59° | 74° | 68° |
CMYK | 0.00 | 0.02 | 0.74 0.32 |
XYZ | 32.5116 | 38.3217 | 8.2681 |
Yxy | 38.3217 | 0.4110 | 0.4845 |
Hunter Lab | 61.9045 | -14.5866 | 35.4143 |
CIE-Lab | 68.2570 | -13.4976 | 60.5782 |
#aeab2e color RGB value is (174,171,46).
#aeab2e hex color red value is 174, green value is 171 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aeab2e hue: 0.16 , saturation: 0.58 and the lightness value of aeab2e is 0.43.
The process color (four color CMYK) of #aeab2e color hex is 0.00, 0.02, 0.74, 0.32. Web safe color of #aeab2e is #999933. Color #aeab2e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101011 | 00101110 |
Octal | 256 | 253 | 56 |
Decimal | 174 | 171 | 46 |
Hex | AE | AB | 2E |
Shades of #aeab2e
Tints of #aeab2e
RGB Percentages of Color #aeab2e
CMYK Percentages of Color #aeab2e
Complementary Color
#aeab2e | #2e31ae |
#aeab2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeab2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeab2e Color CSS Codes
.mybgcolor {background-color:#aeab2e; } .myforecolor {color:#aeab2e; } .mybordercolor {border:3px solid #aeab2e; }
#aeab2e Text Font Color
<p style="color:#aeab2e">Text here</p>
This sample text font color is #aeab2e
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.
#aeab2e Background Color
<div style="background-color:#aeab2e">
Div content here</div>
This div background color is #aeab2e
#aeab2e Border Color
<div style="border:3px solid #aeab2e">
Div here</div>
This div border color is #aeab2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,171,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeab2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeab2e; -webkit-box-shadow: 1px 1px 3px 2px #aeab2e; box-shadow: 1px 1px 3px 2px #aeab2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,171,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeab2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeab2e; -webkit-box-shadow: 1px 1px 3px 2px #aeab2e; box-shadow: 1px 1px 3px 2px #aeab2e;">
Div content here</div>
This div box has shadow with color #aeab2e
Comments
No comments written yet.
Please login to write comment.