Color spaces of #aabd8a
RGB | 170 | 189 | 138 |
---|---|---|---|
HSL | 0.23 | 0.28 | 0.64 |
HSV | 82° | 27° | 74° |
CMYK | 0.10 | 0.00 | 0.27 0.26 |
XYZ | 39.3626 | 46.7762 | 30.9988 |
Yxy | 46.7762 | 0.3360 | 0.3993 |
Hunter Lab | 68.3931 | -16.9551 | 21.0023 |
CIE-Lab | 74.0464 | -15.4375 | 23.6820 |
#aabd8a color RGB value is (170,189,138).
#aabd8a hex color red value is 170, green value is 189 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aabd8a hue: 0.23 , saturation: 0.28 and the lightness value of aabd8a is 0.64.
The process color (four color CMYK) of #aabd8a color hex is 0.10, 0.00, 0.27, 0.26. Web safe color of #aabd8a is #99cc99. Color #aabd8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111101 | 10001010 |
Octal | 252 | 275 | 212 |
Decimal | 170 | 189 | 138 |
Hex | AA | BD | 8A |
Shades of #aabd8a
Tints of #aabd8a
RGB Percentages of Color #aabd8a
CMYK Percentages of Color #aabd8a
Complementary Color
#aabd8a | #9d8abd |
#aabd8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabd8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabd8a Color CSS Codes
.mybgcolor {background-color:#aabd8a; } .myforecolor {color:#aabd8a; } .mybordercolor {border:3px solid #aabd8a; }
#aabd8a Text Font Color
<p style="color:#aabd8a">Text here</p>
This sample text font color is #aabd8a
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.
#aabd8a Background Color
<div style="background-color:#aabd8a">
Div content here</div>
This div background color is #aabd8a
#aabd8a Border Color
<div style="border:3px solid #aabd8a">
Div here</div>
This div border color is #aabd8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,189,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabd8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabd8a; -webkit-box-shadow: 1px 1px 3px 2px #aabd8a; box-shadow: 1px 1px 3px 2px #aabd8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,189,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabd8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabd8a; -webkit-box-shadow: 1px 1px 3px 2px #aabd8a; box-shadow: 1px 1px 3px 2px #aabd8a;">
Div content here</div>
This div box has shadow with color #aabd8a
Comments
No comments written yet.
Please login to write comment.