Color spaces of #aada68
RGB | 170 | 218 | 104 |
---|---|---|---|
HSL | 0.24 | 0.61 | 0.63 |
HSV | 85° | 52° | 85° |
CMYK | 0.22 | 0.00 | 0.52 0.15 |
XYZ | 44.1477 | 59.6883 | 22.2909 |
Yxy | 59.6883 | 0.3500 | 0.4732 |
Hunter Lab | 77.2582 | -33.2015 | 36.9741 |
CIE-Lab | 81.6685 | -33.7629 | 50.5196 |
#aada68 color RGB value is (170,218,104).
#aada68 hex color red value is 170, green value is 218 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aada68 hue: 0.24 , saturation: 0.61 and the lightness value of aada68 is 0.63.
The process color (four color CMYK) of #aada68 color hex is 0.22, 0.00, 0.52, 0.15. Web safe color of #aada68 is #99cc66. Color #aada68 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011010 | 01101000 |
Octal | 252 | 332 | 150 |
Decimal | 170 | 218 | 104 |
Hex | AA | DA | 68 |
Shades of #aada68
Tints of #aada68
RGB Percentages of Color #aada68
CMYK Percentages of Color #aada68
Complementary Color
#aada68 | #9868da |
#aada68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aada68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aada68 Color CSS Codes
.mybgcolor {background-color:#aada68; } .myforecolor {color:#aada68; } .mybordercolor {border:3px solid #aada68; }
#aada68 Text Font Color
<p style="color:#aada68">Text here</p>
This sample text font color is #aada68
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.
#aada68 Background Color
<div style="background-color:#aada68">
Div content here</div>
This div background color is #aada68
#aada68 Border Color
<div style="border:3px solid #aada68">
Div here</div>
This div border color is #aada68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,218,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aada68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aada68; -webkit-box-shadow: 1px 1px 3px 2px #aada68; box-shadow: 1px 1px 3px 2px #aada68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,218,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aada68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aada68; -webkit-box-shadow: 1px 1px 3px 2px #aada68; box-shadow: 1px 1px 3px 2px #aada68;">
Div content here</div>
This div box has shadow with color #aada68
Comments
No comments written yet.
Please login to write comment.