Color spaces of #aed18a
RGB | 174 | 209 | 138 |
---|---|---|---|
HSL | 0.25 | 0.44 | 0.68 |
HSV | 90° | 34° | 82° |
CMYK | 0.17 | 0.00 | 0.34 0.18 |
XYZ | 44.8435 | 56.4346 | 32.5742 |
Yxy | 56.4346 | 0.3350 | 0.4216 |
Hunter Lab | 75.1230 | -24.9124 | 26.8772 |
CIE-Lab | 79.8605 | -23.9463 | 31.5142 |
#aed18a color RGB value is (174,209,138).
#aed18a hex color red value is 174, green value is 209 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aed18a hue: 0.25 , saturation: 0.44 and the lightness value of aed18a is 0.68.
The process color (four color CMYK) of #aed18a color hex is 0.17, 0.00, 0.34, 0.18. Web safe color of #aed18a is #99cc99. Color #aed18a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010001 | 10001010 |
Octal | 256 | 321 | 212 |
Decimal | 174 | 209 | 138 |
Hex | AE | D1 | 8A |
Shades of #aed18a
Tints of #aed18a
RGB Percentages of Color #aed18a
CMYK Percentages of Color #aed18a
Complementary Color
#aed18a | #ad8ad1 |
#aed18a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed18a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed18a Color CSS Codes
.mybgcolor {background-color:#aed18a; } .myforecolor {color:#aed18a; } .mybordercolor {border:3px solid #aed18a; }
#aed18a Text Font Color
<p style="color:#aed18a">Text here</p>
This sample text font color is #aed18a
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.
#aed18a Background Color
<div style="background-color:#aed18a">
Div content here</div>
This div background color is #aed18a
#aed18a Border Color
<div style="border:3px solid #aed18a">
Div here</div>
This div border color is #aed18a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,209,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed18a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed18a; -webkit-box-shadow: 1px 1px 3px 2px #aed18a; box-shadow: 1px 1px 3px 2px #aed18a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,209,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed18a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed18a; -webkit-box-shadow: 1px 1px 3px 2px #aed18a; box-shadow: 1px 1px 3px 2px #aed18a;">
Div content here</div>
This div box has shadow with color #aed18a
Comments
No comments written yet.
Please login to write comment.