Color spaces of #aeb60e
RGB | 174 | 182 | 14 |
---|---|---|---|
HSL | 0.17 | 0.86 | 0.38 |
HSV | 63° | 92° | 71° |
CMYK | 0.04 | 0.00 | 0.92 0.29 |
XYZ | 34.2628 | 42.4863 | 6.8103 |
Yxy | 42.4863 | 0.4100 | 0.5085 |
Hunter Lab | 65.1815 | -20.2388 | 39.4323 |
CIE-Lab | 71.2049 | -20.0350 | 70.9634 |
#aeb60e color RGB value is (174,182,14).
#aeb60e hex color red value is 174, green value is 182 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aeb60e hue: 0.17 , saturation: 0.86 and the lightness value of aeb60e is 0.38.
The process color (four color CMYK) of #aeb60e color hex is 0.04, 0.00, 0.92, 0.29. Web safe color of #aeb60e is #99cc00. Color #aeb60e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110110 | 00001110 |
Octal | 256 | 266 | 16 |
Decimal | 174 | 182 | 14 |
Hex | AE | B6 | E |
Shades of #aeb60e
Tints of #aeb60e
RGB Percentages of Color #aeb60e
CMYK Percentages of Color #aeb60e
Complementary Color
#aeb60e | #160eb6 |
#aeb60e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb60e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb60e Color CSS Codes
.mybgcolor {background-color:#aeb60e; } .myforecolor {color:#aeb60e; } .mybordercolor {border:3px solid #aeb60e; }
#aeb60e Text Font Color
<p style="color:#aeb60e">Text here</p>
This sample text font color is #aeb60e
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.
#aeb60e Background Color
<div style="background-color:#aeb60e">
Div content here</div>
This div background color is #aeb60e
#aeb60e Border Color
<div style="border:3px solid #aeb60e">
Div here</div>
This div border color is #aeb60e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,182,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb60e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb60e; -webkit-box-shadow: 1px 1px 3px 2px #aeb60e; box-shadow: 1px 1px 3px 2px #aeb60e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,182,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb60e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb60e; -webkit-box-shadow: 1px 1px 3px 2px #aeb60e; box-shadow: 1px 1px 3px 2px #aeb60e;">
Div content here</div>
This div box has shadow with color #aeb60e
Comments
No comments written yet.
Please login to write comment.