Color spaces of #aab891
RGB | 170 | 184 | 145 |
---|---|---|---|
HSL | 0.23 | 0.22 | 0.65 |
HSV | 82° | 21° | 72° |
CMYK | 0.08 | 0.00 | 0.21 0.28 |
XYZ | 38.8289 | 44.8714 | 33.4026 |
Yxy | 44.8714 | 0.3316 | 0.3832 |
Hunter Lab | 66.9861 | -13.7571 | 17.3253 |
CIE-Lab | 72.8071 | -11.7880 | 18.2288 |
#aab891 color RGB value is (170,184,145).
#aab891 hex color red value is 170, green value is 184 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aab891 hue: 0.23 , saturation: 0.22 and the lightness value of aab891 is 0.65.
The process color (four color CMYK) of #aab891 color hex is 0.08, 0.00, 0.21, 0.28. Web safe color of #aab891 is #99cc99. Color #aab891 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111000 | 10010001 |
Octal | 252 | 270 | 221 |
Decimal | 170 | 184 | 145 |
Hex | AA | B8 | 91 |
Shades of #aab891
Tints of #aab891
RGB Percentages of Color #aab891
CMYK Percentages of Color #aab891
Complementary Color
#aab891 | #9f91b8 |
#aab891 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab891 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab891 Color CSS Codes
.mybgcolor {background-color:#aab891; } .myforecolor {color:#aab891; } .mybordercolor {border:3px solid #aab891; }
#aab891 Text Font Color
<p style="color:#aab891">Text here</p>
This sample text font color is #aab891
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.
#aab891 Background Color
<div style="background-color:#aab891">
Div content here</div>
This div background color is #aab891
#aab891 Border Color
<div style="border:3px solid #aab891">
Div here</div>
This div border color is #aab891
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,184,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab891; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab891; -webkit-box-shadow: 1px 1px 3px 2px #aab891; box-shadow: 1px 1px 3px 2px #aab891; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,184,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab891">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab891; -webkit-box-shadow: 1px 1px 3px 2px #aab891; box-shadow: 1px 1px 3px 2px #aab891;">
Div content here</div>
This div box has shadow with color #aab891
Comments
No comments written yet.
Please login to write comment.