Color spaces of #aeb700
RGB | 174 | 183 | 0 |
---|---|---|---|
HSL | 0.17 | 1.00 | 0.36 |
HSV | 63° | 100° | 72° |
CMYK | 0.05 | 0.00 | 1.00 0.28 |
XYZ | 34.3890 | 42.8656 | 6.4614 |
Yxy | 42.8656 | 0.4108 | 0.5120 |
Hunter Lab | 65.4718 | -20.8188 | 39.9790 |
CIE-Lab | 71.4637 | -20.7139 | 72.7891 |
#aeb700 color RGB value is (174,183,0).
#aeb700 hex color red value is 174, green value is 183 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aeb700 hue: 0.17 , saturation: 1.00 and the lightness value of aeb700 is 0.36.
The process color (four color CMYK) of #aeb700 color hex is 0.05, 0.00, 1.00, 0.28. Web safe color of #aeb700 is #99cc00. Color #aeb700 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110111 | 00000000 |
Octal | 256 | 267 | 0 |
Decimal | 174 | 183 | 0 |
Hex | AE | B7 | 0 |
Shades of #aeb700
Tints of #aeb700
RGB Percentages of Color #aeb700
CMYK Percentages of Color #aeb700
Complementary Color
#aeb700 | #0900b7 |
#aeb700 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb700 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb700 Color CSS Codes
.mybgcolor {background-color:#aeb700; } .myforecolor {color:#aeb700; } .mybordercolor {border:3px solid #aeb700; }
#aeb700 Text Font Color
<p style="color:#aeb700">Text here</p>
This sample text font color is #aeb700
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.
#aeb700 Background Color
<div style="background-color:#aeb700">
Div content here</div>
This div background color is #aeb700
#aeb700 Border Color
<div style="border:3px solid #aeb700">
Div here</div>
This div border color is #aeb700
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,183,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb700; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb700; -webkit-box-shadow: 1px 1px 3px 2px #aeb700; box-shadow: 1px 1px 3px 2px #aeb700; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,183,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb700">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb700; -webkit-box-shadow: 1px 1px 3px 2px #aeb700; box-shadow: 1px 1px 3px 2px #aeb700;">
Div content here</div>
This div box has shadow with color #aeb700
Comments
No comments written yet.
Please login to write comment.