Color spaces of #baaaa9
RGB | 186 | 170 | 169 |
---|---|---|---|
HSL | 0.01 | 0.11 | 0.70 |
HSV | 4° | 9° | 73° |
CMYK | 0.00 | 0.09 | 0.09 0.27 |
XYZ | 41.7859 | 42.0531 | 43.4508 |
Yxy | 42.0531 | 0.3283 | 0.3304 |
Hunter Lab | 64.8484 | 1.5342 | 5.6674 |
CIE-Lab | 70.9075 | 5.5884 | 2.5949 |
#baaaa9 color RGB value is (186,170,169).
#baaaa9 hex color red value is 186, green value is 170 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #baaaa9 hue: 0.01 , saturation: 0.11 and the lightness value of baaaa9 is 0.70.
The process color (four color CMYK) of #baaaa9 color hex is 0.00, 0.09, 0.09, 0.27. Web safe color of #baaaa9 is #cc9999. Color #baaaa9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101010 | 10101001 |
Octal | 272 | 252 | 251 |
Decimal | 186 | 170 | 169 |
Hex | BA | AA | A9 |
Shades of #baaaa9
Tints of #baaaa9
RGB Percentages of Color #baaaa9
CMYK Percentages of Color #baaaa9
Complementary Color
#baaaa9 | #a9b9ba |
#baaaa9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baaaa9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baaaa9 Color CSS Codes
.mybgcolor {background-color:#baaaa9; } .myforecolor {color:#baaaa9; } .mybordercolor {border:3px solid #baaaa9; }
#baaaa9 Text Font Color
<p style="color:#baaaa9">Text here</p>
This sample text font color is #baaaa9
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.
#baaaa9 Background Color
<div style="background-color:#baaaa9">
Div content here</div>
This div background color is #baaaa9
#baaaa9 Border Color
<div style="border:3px solid #baaaa9">
Div here</div>
This div border color is #baaaa9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,170,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baaaa9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baaaa9; -webkit-box-shadow: 1px 1px 3px 2px #baaaa9; box-shadow: 1px 1px 3px 2px #baaaa9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,170,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baaaa9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baaaa9; -webkit-box-shadow: 1px 1px 3px 2px #baaaa9; box-shadow: 1px 1px 3px 2px #baaaa9;">
Div content here</div>
This div box has shadow with color #baaaa9
#baaaa9 Color Palettes
Comments
No comments written yet.
Please login to write comment.