Color spaces of #aac35f
RGB | 170 | 195 | 95 |
---|---|---|---|
HSL | 0.21 | 0.45 | 0.57 |
HSV | 75° | 51° | 76° |
CMYK | 0.13 | 0.00 | 0.51 0.24 |
XYZ | 38.1582 | 48.4025 | 18.1579 |
Yxy | 48.4025 | 0.3644 | 0.4622 |
Hunter Lab | 69.5719 | -23.8487 | 33.2260 |
CIE-Lab | 75.0781 | -23.7251 | 46.9453 |
#aac35f color RGB value is (170,195,95).
#aac35f hex color red value is 170, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aac35f hue: 0.21 , saturation: 0.45 and the lightness value of aac35f is 0.57.
The process color (four color CMYK) of #aac35f color hex is 0.13, 0.00, 0.51, 0.24. Web safe color of #aac35f is #99cc66. Color #aac35f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000011 | 01011111 |
Octal | 252 | 303 | 137 |
Decimal | 170 | 195 | 95 |
Hex | AA | C3 | 5F |
Shades of #aac35f
Tints of #aac35f
RGB Percentages of Color #aac35f
CMYK Percentages of Color #aac35f
Complementary Color
#aac35f | #785fc3 |
#aac35f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac35f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac35f Color CSS Codes
.mybgcolor {background-color:#aac35f; } .myforecolor {color:#aac35f; } .mybordercolor {border:3px solid #aac35f; }
#aac35f Text Font Color
<p style="color:#aac35f">Text here</p>
This sample text font color is #aac35f
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.
#aac35f Background Color
<div style="background-color:#aac35f">
Div content here</div>
This div background color is #aac35f
#aac35f Border Color
<div style="border:3px solid #aac35f">
Div here</div>
This div border color is #aac35f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,195,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac35f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac35f; -webkit-box-shadow: 1px 1px 3px 2px #aac35f; box-shadow: 1px 1px 3px 2px #aac35f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,195,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac35f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac35f; -webkit-box-shadow: 1px 1px 3px 2px #aac35f; box-shadow: 1px 1px 3px 2px #aac35f;">
Div content here</div>
This div box has shadow with color #aac35f
Comments
No comments written yet.
Please login to write comment.