Color spaces of #aac825
RGB | 170 | 200 | 37 |
---|---|---|---|
HSL | 0.20 | 0.69 | 0.46 |
HSV | 71° | 82° | 78° |
CMYK | 0.15 | 0.00 | 0.82 0.22 |
XYZ | 37.5658 | 49.9882 | 9.4190 |
Yxy | 49.9882 | 0.3874 | 0.5155 |
Hunter Lab | 70.7023 | -28.8879 | 41.5930 |
CIE-Lab | 76.0620 | -29.8849 | 70.2748 |
#aac825 color RGB value is (170,200,37).
#aac825 hex color red value is 170, green value is 200 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #aac825 hue: 0.20 , saturation: 0.69 and the lightness value of aac825 is 0.46.
The process color (four color CMYK) of #aac825 color hex is 0.15, 0.00, 0.82, 0.22. Web safe color of #aac825 is #99cc33. Color #aac825 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001000 | 00100101 |
Octal | 252 | 310 | 45 |
Decimal | 170 | 200 | 37 |
Hex | AA | C8 | 25 |
Shades of #aac825
Tints of #aac825
RGB Percentages of Color #aac825
CMYK Percentages of Color #aac825
Complementary Color
#aac825 | #4325c8 |
#aac825 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac825 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac825 Color CSS Codes
.mybgcolor {background-color:#aac825; } .myforecolor {color:#aac825; } .mybordercolor {border:3px solid #aac825; }
#aac825 Text Font Color
<p style="color:#aac825">Text here</p>
This sample text font color is #aac825
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.
#aac825 Background Color
<div style="background-color:#aac825">
Div content here</div>
This div background color is #aac825
#aac825 Border Color
<div style="border:3px solid #aac825">
Div here</div>
This div border color is #aac825
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,200,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac825; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac825; -webkit-box-shadow: 1px 1px 3px 2px #aac825; box-shadow: 1px 1px 3px 2px #aac825; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,200,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac825">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac825; -webkit-box-shadow: 1px 1px 3px 2px #aac825; box-shadow: 1px 1px 3px 2px #aac825;">
Div content here</div>
This div box has shadow with color #aac825
Comments
No comments written yet.
Please login to write comment.