Color spaces of #baaba3
RGB | 186 | 171 | 163 |
---|---|---|---|
HSL | 0.06 | 0.14 | 0.68 |
HSV | 21° | 12° | 73° |
CMYK | 0.00 | 0.08 | 0.12 0.27 |
XYZ | 41.4235 | 42.2093 | 40.6143 |
Yxy | 42.2093 | 0.3334 | 0.3397 |
Hunter Lab | 64.9687 | 0.1149 | 8.4137 |
CIE-Lab | 71.0150 | 4.0229 | 6.0566 |
#baaba3 color RGB value is (186,171,163).
#baaba3 hex color red value is 186, green value is 171 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #baaba3 hue: 0.06 , saturation: 0.14 and the lightness value of baaba3 is 0.68.
The process color (four color CMYK) of #baaba3 color hex is 0.00, 0.08, 0.12, 0.27. Web safe color of #baaba3 is #cc9999. Color #baaba3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101011 | 10100011 |
Octal | 272 | 253 | 243 |
Decimal | 186 | 171 | 163 |
Hex | BA | AB | A3 |
Shades of #baaba3
Tints of #baaba3
RGB Percentages of Color #baaba3
CMYK Percentages of Color #baaba3
Complementary Color
#baaba3 | #a3b2ba |
#baaba3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baaba3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baaba3 Color CSS Codes
.mybgcolor {background-color:#baaba3; } .myforecolor {color:#baaba3; } .mybordercolor {border:3px solid #baaba3; }
#baaba3 Text Font Color
<p style="color:#baaba3">Text here</p>
This sample text font color is #baaba3
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.
#baaba3 Background Color
<div style="background-color:#baaba3">
Div content here</div>
This div background color is #baaba3
#baaba3 Border Color
<div style="border:3px solid #baaba3">
Div here</div>
This div border color is #baaba3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,171,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baaba3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baaba3; -webkit-box-shadow: 1px 1px 3px 2px #baaba3; box-shadow: 1px 1px 3px 2px #baaba3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,171,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baaba3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baaba3; -webkit-box-shadow: 1px 1px 3px 2px #baaba3; box-shadow: 1px 1px 3px 2px #baaba3;">
Div content here</div>
This div box has shadow with color #baaba3
Comments
No comments written yet.
Please login to write comment.