Color spaces of #aac939
RGB | 170 | 201 | 57 |
---|---|---|---|
HSL | 0.20 | 0.57 | 0.51 |
HSV | 73° | 72° | 79° |
CMYK | 0.15 | 0.00 | 0.72 0.21 |
XYZ | 38.2027 | 50.6147 | 11.6270 |
Yxy | 50.6147 | 0.3803 | 0.5039 |
Hunter Lab | 71.1440 | -28.6516 | 40.1111 |
CIE-Lab | 76.4450 | -29.4737 | 64.5026 |
#aac939 color RGB value is (170,201,57).
#aac939 hex color red value is 170, green value is 201 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #aac939 hue: 0.20 , saturation: 0.57 and the lightness value of aac939 is 0.51.
The process color (four color CMYK) of #aac939 color hex is 0.15, 0.00, 0.72, 0.21. Web safe color of #aac939 is #99cc33. Color #aac939 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001001 | 00111001 |
Octal | 252 | 311 | 71 |
Decimal | 170 | 201 | 57 |
Hex | AA | C9 | 39 |
Shades of #aac939
Tints of #aac939
RGB Percentages of Color #aac939
CMYK Percentages of Color #aac939
Complementary Color
#aac939 | #5839c9 |
#aac939 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac939 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac939 Color CSS Codes
.mybgcolor {background-color:#aac939; } .myforecolor {color:#aac939; } .mybordercolor {border:3px solid #aac939; }
#aac939 Text Font Color
<p style="color:#aac939">Text here</p>
This sample text font color is #aac939
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.
#aac939 Background Color
<div style="background-color:#aac939">
Div content here</div>
This div background color is #aac939
#aac939 Border Color
<div style="border:3px solid #aac939">
Div here</div>
This div border color is #aac939
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,201,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac939; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac939; -webkit-box-shadow: 1px 1px 3px 2px #aac939; box-shadow: 1px 1px 3px 2px #aac939; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,201,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac939">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac939; -webkit-box-shadow: 1px 1px 3px 2px #aac939; box-shadow: 1px 1px 3px 2px #aac939;">
Div content here</div>
This div box has shadow with color #aac939
Comments
No comments written yet.
Please login to write comment.