Color spaces of #aeda07
RGB | 174 | 218 | 7 |
---|---|---|---|
HSL | 0.20 | 0.94 | 0.44 |
HSV | 73° | 97° | 85° |
CMYK | 0.20 | 0.00 | 0.97 0.15 |
XYZ | 42.5653 | 59.1568 | 9.3760 |
Yxy | 59.1568 | 0.3831 | 0.5325 |
Hunter Lab | 76.9135 | -35.8134 | 46.6118 |
CIE-Lab | 81.3777 | -37.1925 | 79.5746 |
#aeda07 color RGB value is (174,218,7).
#aeda07 hex color red value is 174, green value is 218 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aeda07 hue: 0.20 , saturation: 0.94 and the lightness value of aeda07 is 0.44.
The process color (four color CMYK) of #aeda07 color hex is 0.20, 0.00, 0.97, 0.15. Web safe color of #aeda07 is #99cc00. Color #aeda07 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011010 | 00000111 |
Octal | 256 | 332 | 7 |
Decimal | 174 | 218 | 7 |
Hex | AE | DA | 7 |
Shades of #aeda07
Tints of #aeda07
RGB Percentages of Color #aeda07
CMYK Percentages of Color #aeda07
Complementary Color
#aeda07 | #3307da |
#aeda07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeda07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeda07 Color CSS Codes
.mybgcolor {background-color:#aeda07; } .myforecolor {color:#aeda07; } .mybordercolor {border:3px solid #aeda07; }
#aeda07 Text Font Color
<p style="color:#aeda07">Text here</p>
This sample text font color is #aeda07
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.
#aeda07 Background Color
<div style="background-color:#aeda07">
Div content here</div>
This div background color is #aeda07
#aeda07 Border Color
<div style="border:3px solid #aeda07">
Div here</div>
This div border color is #aeda07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,218,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeda07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeda07; -webkit-box-shadow: 1px 1px 3px 2px #aeda07; box-shadow: 1px 1px 3px 2px #aeda07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,218,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeda07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeda07; -webkit-box-shadow: 1px 1px 3px 2px #aeda07; box-shadow: 1px 1px 3px 2px #aeda07;">
Div content here</div>
This div box has shadow with color #aeda07
Comments
No comments written yet.
Please login to write comment.