Color spaces of #baba90
RGB | 186 | 186 | 144 |
---|---|---|---|
HSL | 0.17 | 0.23 | 0.65 |
HSV | 60° | 23° | 73° |
CMYK | 0.00 | 0.00 | 0.23 0.27 |
XYZ | 42.8426 | 47.5705 | 33.3095 |
Yxy | 47.5705 | 0.3463 | 0.3845 |
Hunter Lab | 68.9714 | -9.8220 | 19.6460 |
CIE-Lab | 74.5532 | -6.9476 | 21.3647 |
#baba90 color RGB value is (186,186,144).
#baba90 hex color red value is 186, green value is 186 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #baba90 hue: 0.17 , saturation: 0.23 and the lightness value of baba90 is 0.65.
The process color (four color CMYK) of #baba90 color hex is 0.00, 0.00, 0.23, 0.27. Web safe color of #baba90 is #cccc99. Color #baba90 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111010 | 10010000 |
Octal | 272 | 272 | 220 |
Decimal | 186 | 186 | 144 |
Hex | BA | BA | 90 |
Shades of #baba90
Tints of #baba90
RGB Percentages of Color #baba90
CMYK Percentages of Color #baba90
Complementary Color
#baba90 | #9090ba |
#baba90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baba90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baba90 Color CSS Codes
.mybgcolor {background-color:#baba90; } .myforecolor {color:#baba90; } .mybordercolor {border:3px solid #baba90; }
#baba90 Text Font Color
<p style="color:#baba90">Text here</p>
This sample text font color is #baba90
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.
#baba90 Background Color
<div style="background-color:#baba90">
Div content here</div>
This div background color is #baba90
#baba90 Border Color
<div style="border:3px solid #baba90">
Div here</div>
This div border color is #baba90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,186,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baba90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baba90; -webkit-box-shadow: 1px 1px 3px 2px #baba90; box-shadow: 1px 1px 3px 2px #baba90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,186,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baba90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baba90; -webkit-box-shadow: 1px 1px 3px 2px #baba90; box-shadow: 1px 1px 3px 2px #baba90;">
Div content here</div>
This div box has shadow with color #baba90
Comments
No comments written yet.
Please login to write comment.