Color spaces of #aab998
RGB | 170 | 185 | 152 |
---|---|---|---|
HSL | 0.24 | 0.19 | 0.66 |
HSV | 87° | 18° | 73° |
CMYK | 0.08 | 0.00 | 0.18 0.27 |
XYZ | 39.5940 | 45.5110 | 36.4034 |
Yxy | 45.5110 | 0.3259 | 0.3746 |
Hunter Lab | 67.4618 | -13.2949 | 15.2295 |
CIE-Lab | 73.2271 | -11.1772 | 15.0288 |
#aab998 color RGB value is (170,185,152).
#aab998 hex color red value is 170, green value is 185 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aab998 hue: 0.24 , saturation: 0.19 and the lightness value of aab998 is 0.66.
The process color (four color CMYK) of #aab998 color hex is 0.08, 0.00, 0.18, 0.27. Web safe color of #aab998 is #99cc99. Color #aab998 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111001 | 10011000 |
Octal | 252 | 271 | 230 |
Decimal | 170 | 185 | 152 |
Hex | AA | B9 | 98 |
Shades of #aab998
Tints of #aab998
RGB Percentages of Color #aab998
CMYK Percentages of Color #aab998
Complementary Color
#aab998 | #a798b9 |
#aab998 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab998 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab998 Color CSS Codes
.mybgcolor {background-color:#aab998; } .myforecolor {color:#aab998; } .mybordercolor {border:3px solid #aab998; }
#aab998 Text Font Color
<p style="color:#aab998">Text here</p>
This sample text font color is #aab998
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.
#aab998 Background Color
<div style="background-color:#aab998">
Div content here</div>
This div background color is #aab998
#aab998 Border Color
<div style="border:3px solid #aab998">
Div here</div>
This div border color is #aab998
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,185,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab998; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab998; -webkit-box-shadow: 1px 1px 3px 2px #aab998; box-shadow: 1px 1px 3px 2px #aab998; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,185,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab998">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab998; -webkit-box-shadow: 1px 1px 3px 2px #aab998; box-shadow: 1px 1px 3px 2px #aab998;">
Div content here</div>
This div box has shadow with color #aab998
Comments
No comments written yet.
Please login to write comment.