Color spaces of #aec900
RGB | 174 | 201 | 0 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.39 |
HSV | 68° | 100° | 79° |
CMYK | 0.13 | 0.00 | 1.00 0.21 |
XYZ | 38.3422 | 50.7720 | 7.7791 |
Yxy | 50.7720 | 0.3957 | 0.5240 |
Hunter Lab | 71.2545 | -28.6441 | 43.4052 |
CIE-Lab | 76.5407 | -29.4375 | 76.5641 |
#aec900 color RGB value is (174,201,0).
#aec900 hex color red value is 174, green value is 201 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aec900 hue: 0.19 , saturation: 1.00 and the lightness value of aec900 is 0.39.
The process color (four color CMYK) of #aec900 color hex is 0.13, 0.00, 1.00, 0.21. Web safe color of #aec900 is #99cc00. Color #aec900 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001001 | 00000000 |
Octal | 256 | 311 | 0 |
Decimal | 174 | 201 | 0 |
Hex | AE | C9 | 0 |
Shades of #aec900
Tints of #aec900
RGB Percentages of Color #aec900
CMYK Percentages of Color #aec900
Complementary Color
#aec900 | #1b00c9 |
#aec900 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aec900 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aec900 Color CSS Codes
.mybgcolor {background-color:#aec900; } .myforecolor {color:#aec900; } .mybordercolor {border:3px solid #aec900; }
#aec900 Text Font Color
<p style="color:#aec900">Text here</p>
This sample text font color is #aec900
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.
#aec900 Background Color
<div style="background-color:#aec900">
Div content here</div>
This div background color is #aec900
#aec900 Border Color
<div style="border:3px solid #aec900">
Div here</div>
This div border color is #aec900
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,201,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aec900; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aec900; -webkit-box-shadow: 1px 1px 3px 2px #aec900; box-shadow: 1px 1px 3px 2px #aec900; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,201,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 #aec900">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aec900; -webkit-box-shadow: 1px 1px 3px 2px #aec900; box-shadow: 1px 1px 3px 2px #aec900;">
Div content here</div>
This div box has shadow with color #aec900
Comments
No comments written yet.
Please login to write comment.