Color spaces of #bab369
RGB | 186 | 179 | 105 |
---|---|---|---|
HSL | 0.15 | 0.37 | 0.57 |
HSV | 55° | 44° | 73° |
CMYK | 0.00 | 0.04 | 0.44 0.27 |
XYZ | 38.9196 | 43.6992 | 19.7481 |
Yxy | 43.6992 | 0.3802 | 0.4269 |
Hunter Lab | 66.1054 | -10.5924 | 28.5617 |
CIE-Lab | 72.0270 | -8.1366 | 38.5606 |
#bab369 color RGB value is (186,179,105).
#bab369 hex color red value is 186, green value is 179 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bab369 hue: 0.15 , saturation: 0.37 and the lightness value of bab369 is 0.57.
The process color (four color CMYK) of #bab369 color hex is 0.00, 0.04, 0.44, 0.27. Web safe color of #bab369 is #cccc66. Color #bab369 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10110011 | 01101001 |
Octal | 272 | 263 | 151 |
Decimal | 186 | 179 | 105 |
Hex | BA | B3 | 69 |
Shades of #bab369
Tints of #bab369
RGB Percentages of Color #bab369
CMYK Percentages of Color #bab369
Complementary Color
#bab369 | #6970ba |
#bab369 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab369 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab369 Color CSS Codes
.mybgcolor {background-color:#bab369; } .myforecolor {color:#bab369; } .mybordercolor {border:3px solid #bab369; }
#bab369 Text Font Color
<p style="color:#bab369">Text here</p>
This sample text font color is #bab369
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.
#bab369 Background Color
<div style="background-color:#bab369">
Div content here</div>
This div background color is #bab369
#bab369 Border Color
<div style="border:3px solid #bab369">
Div here</div>
This div border color is #bab369
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,179,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab369; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab369; -webkit-box-shadow: 1px 1px 3px 2px #bab369; box-shadow: 1px 1px 3px 2px #bab369; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,179,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bab369">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab369; -webkit-box-shadow: 1px 1px 3px 2px #bab369; box-shadow: 1px 1px 3px 2px #bab369;">
Div content here</div>
This div box has shadow with color #bab369
Comments
No comments written yet.
Please login to write comment.