Color spaces of #aba109
RGB | 171 | 161 | 9 |
---|---|---|---|
HSL | 0.16 | 0.90 | 0.35 |
HSV | 56° | 95° | 67° |
CMYK | 0.00 | 0.06 | 0.95 0.33 |
XYZ | 29.5888 | 34.1674 | 5.2939 |
Yxy | 34.1674 | 0.4285 | 0.4948 |
Hunter Lab | 58.4529 | -11.9360 | 35.5473 |
CIE-Lab | 65.0952 | -10.6785 | 66.8229 |
#aba109 color RGB value is (171,161,9).
#aba109 hex color red value is 171, green value is 161 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #aba109 hue: 0.16 , saturation: 0.90 and the lightness value of aba109 is 0.35.
The process color (four color CMYK) of #aba109 color hex is 0.00, 0.06, 0.95, 0.33. Web safe color of #aba109 is #999900. Color #aba109 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100001 | 00001001 |
Octal | 253 | 241 | 11 |
Decimal | 171 | 161 | 9 |
Hex | AB | A1 | 9 |
Shades of #aba109
Tints of #aba109
RGB Percentages of Color #aba109
CMYK Percentages of Color #aba109
Complementary Color
#aba109 | #0913ab |
#aba109 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba109 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba109 Color CSS Codes
.mybgcolor {background-color:#aba109; } .myforecolor {color:#aba109; } .mybordercolor {border:3px solid #aba109; }
#aba109 Text Font Color
<p style="color:#aba109">Text here</p>
This sample text font color is #aba109
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.
#aba109 Background Color
<div style="background-color:#aba109">
Div content here</div>
This div background color is #aba109
#aba109 Border Color
<div style="border:3px solid #aba109">
Div here</div>
This div border color is #aba109
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,161,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba109; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba109; -webkit-box-shadow: 1px 1px 3px 2px #aba109; box-shadow: 1px 1px 3px 2px #aba109; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,161,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba109">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba109; -webkit-box-shadow: 1px 1px 3px 2px #aba109; box-shadow: 1px 1px 3px 2px #aba109;">
Div content here</div>
This div box has shadow with color #aba109
Comments
No comments written yet.
Please login to write comment.