Color spaces of #babba6
RGB | 186 | 187 | 166 |
---|---|---|---|
HSL | 0.17 | 0.13 | 0.69 |
HSV | 63° | 11° | 73° |
CMYK | 0.01 | 0.00 | 0.11 0.27 |
XYZ | 44.9030 | 48.7329 | 43.1161 |
Yxy | 48.7329 | 0.3284 | 0.3564 |
Hunter Lab | 69.8090 | -7.3497 | 12.2470 |
CIE-Lab | 75.2849 | -4.0515 | 10.5211 |
#babba6 color RGB value is (186,187,166).
#babba6 hex color red value is 186, green value is 187 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #babba6 hue: 0.17 , saturation: 0.13 and the lightness value of babba6 is 0.69.
The process color (four color CMYK) of #babba6 color hex is 0.01, 0.00, 0.11, 0.27. Web safe color of #babba6 is #cccc99. Color #babba6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111011 | 10100110 |
Octal | 272 | 273 | 246 |
Decimal | 186 | 187 | 166 |
Hex | BA | BB | A6 |
Shades of #babba6
Tints of #babba6
RGB Percentages of Color #babba6
CMYK Percentages of Color #babba6
Complementary Color
#babba6 | #a7a6bb |
#babba6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babba6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#babba6 Color CSS Codes
.mybgcolor {background-color:#babba6; } .myforecolor {color:#babba6; } .mybordercolor {border:3px solid #babba6; }
#babba6 Text Font Color
<p style="color:#babba6">Text here</p>
This sample text font color is #babba6
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.
#babba6 Background Color
<div style="background-color:#babba6">
Div content here</div>
This div background color is #babba6
#babba6 Border Color
<div style="border:3px solid #babba6">
Div here</div>
This div border color is #babba6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,187,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babba6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babba6; -webkit-box-shadow: 1px 1px 3px 2px #babba6; box-shadow: 1px 1px 3px 2px #babba6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,187,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babba6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babba6; -webkit-box-shadow: 1px 1px 3px 2px #babba6; box-shadow: 1px 1px 3px 2px #babba6;">
Div content here</div>
This div box has shadow with color #babba6
Comments
No comments written yet.
Please login to write comment.