Color spaces of #aaae38
RGB | 170 | 174 | 56 |
---|---|---|---|
HSL | 0.17 | 0.51 | 0.45 |
HSV | 62° | 68° | 68° |
CMYK | 0.02 | 0.00 | 0.68 0.32 |
XYZ | 32.4274 | 39.1037 | 9.5800 |
Yxy | 39.1037 | 0.3998 | 0.4821 |
Hunter Lab | 62.5330 | -16.8688 | 34.6899 |
CIE-Lab | 68.8263 | -16.2535 | 57.2983 |
#aaae38 color RGB value is (170,174,56).
#aaae38 hex color red value is 170, green value is 174 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aaae38 hue: 0.17 , saturation: 0.51 and the lightness value of aaae38 is 0.45.
The process color (four color CMYK) of #aaae38 color hex is 0.02, 0.00, 0.68, 0.32. Web safe color of #aaae38 is #999933. Color #aaae38 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101110 | 00111000 |
Octal | 252 | 256 | 70 |
Decimal | 170 | 174 | 56 |
Hex | AA | AE | 38 |
Shades of #aaae38
Tints of #aaae38
RGB Percentages of Color #aaae38
CMYK Percentages of Color #aaae38
Complementary Color
#aaae38 | #3c38ae |
#aaae38 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaae38 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaae38 Color CSS Codes
.mybgcolor {background-color:#aaae38; } .myforecolor {color:#aaae38; } .mybordercolor {border:3px solid #aaae38; }
#aaae38 Text Font Color
<p style="color:#aaae38">Text here</p>
This sample text font color is #aaae38
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.
#aaae38 Background Color
<div style="background-color:#aaae38">
Div content here</div>
This div background color is #aaae38
#aaae38 Border Color
<div style="border:3px solid #aaae38">
Div here</div>
This div border color is #aaae38
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,174,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaae38; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaae38; -webkit-box-shadow: 1px 1px 3px 2px #aaae38; box-shadow: 1px 1px 3px 2px #aaae38; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,174,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaae38">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaae38; -webkit-box-shadow: 1px 1px 3px 2px #aaae38; box-shadow: 1px 1px 3px 2px #aaae38;">
Div content here</div>
This div box has shadow with color #aaae38
Comments
No comments written yet.
Please login to write comment.