Color spaces of #aab290
RGB | 170 | 178 | 144 |
---|---|---|---|
HSL | 0.21 | 0.18 | 0.63 |
HSV | 74° | 19° | 70° |
CMYK | 0.04 | 0.00 | 0.19 0.30 |
XYZ | 37.5320 | 42.4005 | 32.5915 |
Yxy | 42.4005 | 0.3335 | 0.3768 |
Hunter Lab | 65.1157 | -11.0669 | 15.9053 |
CIE-Lab | 71.1462 | -8.8060 | 16.4658 |
#aab290 color RGB value is (170,178,144).
#aab290 hex color red value is 170, green value is 178 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aab290 hue: 0.21 , saturation: 0.18 and the lightness value of aab290 is 0.63.
The process color (four color CMYK) of #aab290 color hex is 0.04, 0.00, 0.19, 0.30. Web safe color of #aab290 is #999999. Color #aab290 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110010 | 10010000 |
Octal | 252 | 262 | 220 |
Decimal | 170 | 178 | 144 |
Hex | AA | B2 | 90 |
Shades of #aab290
Tints of #aab290
RGB Percentages of Color #aab290
CMYK Percentages of Color #aab290
Complementary Color
#aab290 | #9890b2 |
#aab290 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab290 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab290 Color CSS Codes
.mybgcolor {background-color:#aab290; } .myforecolor {color:#aab290; } .mybordercolor {border:3px solid #aab290; }
#aab290 Text Font Color
<p style="color:#aab290">Text here</p>
This sample text font color is #aab290
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.
#aab290 Background Color
<div style="background-color:#aab290">
Div content here</div>
This div background color is #aab290
#aab290 Border Color
<div style="border:3px solid #aab290">
Div here</div>
This div border color is #aab290
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,178,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab290; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab290; -webkit-box-shadow: 1px 1px 3px 2px #aab290; box-shadow: 1px 1px 3px 2px #aab290; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,178,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab290">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab290; -webkit-box-shadow: 1px 1px 3px 2px #aab290; box-shadow: 1px 1px 3px 2px #aab290;">
Div content here</div>
This div box has shadow with color #aab290
Comments
No comments written yet.
Please login to write comment.