Color spaces of #aab348
RGB | 170 | 179 | 72 |
---|---|---|---|
HSL | 0.18 | 0.43 | 0.49 |
HSV | 65° | 60° | 70° |
CMYK | 0.05 | 0.00 | 0.60 0.30 |
XYZ | 33.8674 | 41.2541 | 12.3087 |
Yxy | 41.2541 | 0.3874 | 0.4719 |
Hunter Lab | 64.2294 | -18.2804 | 33.5984 |
CIE-Lab | 70.3536 | -17.7396 | 52.1808 |
#aab348 color RGB value is (170,179,72).
#aab348 hex color red value is 170, green value is 179 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aab348 hue: 0.18 , saturation: 0.43 and the lightness value of aab348 is 0.49.
The process color (four color CMYK) of #aab348 color hex is 0.05, 0.00, 0.60, 0.30. Web safe color of #aab348 is #99cc33. Color #aab348 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110011 | 01001000 |
Octal | 252 | 263 | 110 |
Decimal | 170 | 179 | 72 |
Hex | AA | B3 | 48 |
Shades of #aab348
Tints of #aab348
RGB Percentages of Color #aab348
CMYK Percentages of Color #aab348
Complementary Color
#aab348 | #5148b3 |
#aab348 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab348 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab348 Color CSS Codes
.mybgcolor {background-color:#aab348; } .myforecolor {color:#aab348; } .mybordercolor {border:3px solid #aab348; }
#aab348 Text Font Color
<p style="color:#aab348">Text here</p>
This sample text font color is #aab348
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.
#aab348 Background Color
<div style="background-color:#aab348">
Div content here</div>
This div background color is #aab348
#aab348 Border Color
<div style="border:3px solid #aab348">
Div here</div>
This div border color is #aab348
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,179,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab348; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab348; -webkit-box-shadow: 1px 1px 3px 2px #aab348; box-shadow: 1px 1px 3px 2px #aab348; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,179,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab348">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab348; -webkit-box-shadow: 1px 1px 3px 2px #aab348; box-shadow: 1px 1px 3px 2px #aab348;">
Div content here</div>
This div box has shadow with color #aab348
Comments
No comments written yet.
Please login to write comment.