Color spaces of #aea626
RGB | 174 | 166 | 38 |
---|---|---|---|
HSL | 0.16 | 0.64 | 0.42 |
HSV | 56° | 78° | 68° |
CMYK | 0.00 | 0.05 | 0.78 0.32 |
XYZ | 31.4416 | 36.4110 | 7.2046 |
Yxy | 36.4110 | 0.4189 | 0.4851 |
Hunter Lab | 60.3415 | -12.5883 | 35.1600 |
CIE-Lab | 66.8328 | -11.2375 | 61.9217 |
#aea626 color RGB value is (174,166,38).
#aea626 hex color red value is 174, green value is 166 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aea626 hue: 0.16 , saturation: 0.64 and the lightness value of aea626 is 0.42.
The process color (four color CMYK) of #aea626 color hex is 0.00, 0.05, 0.78, 0.32. Web safe color of #aea626 is #999933. Color #aea626 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100110 | 00100110 |
Octal | 256 | 246 | 46 |
Decimal | 174 | 166 | 38 |
Hex | AE | A6 | 26 |
Shades of #aea626
Tints of #aea626
RGB Percentages of Color #aea626
CMYK Percentages of Color #aea626
Complementary Color
#aea626 | #262eae |
#aea626 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea626 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea626 Color CSS Codes
.mybgcolor {background-color:#aea626; } .myforecolor {color:#aea626; } .mybordercolor {border:3px solid #aea626; }
#aea626 Text Font Color
<p style="color:#aea626">Text here</p>
This sample text font color is #aea626
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.
#aea626 Background Color
<div style="background-color:#aea626">
Div content here</div>
This div background color is #aea626
#aea626 Border Color
<div style="border:3px solid #aea626">
Div here</div>
This div border color is #aea626
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,166,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea626; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea626; -webkit-box-shadow: 1px 1px 3px 2px #aea626; box-shadow: 1px 1px 3px 2px #aea626; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,166,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea626">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea626; -webkit-box-shadow: 1px 1px 3px 2px #aea626; box-shadow: 1px 1px 3px 2px #aea626;">
Div content here</div>
This div box has shadow with color #aea626
Comments
No comments written yet.
Please login to write comment.