Color spaces of #bda060
RGB | 189 | 160 | 96 |
---|---|---|---|
HSL | 0.11 | 0.41 | 0.56 |
HSV | 41° | 49° | 74° |
CMYK | 0.00 | 0.15 | 0.49 0.26 |
XYZ | 35.6684 | 36.8050 | 16.2905 |
Yxy | 36.8050 | 0.4018 | 0.4146 |
Hunter Lab | 60.6671 | -1.2209 | 26.5463 |
CIE-Lab | 67.1305 | 2.3283 | 37.1536 |
#bda060 color RGB value is (189,160,96).
#bda060 hex color red value is 189, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bda060 hue: 0.11 , saturation: 0.41 and the lightness value of bda060 is 0.56.
The process color (four color CMYK) of #bda060 color hex is 0.00, 0.15, 0.49, 0.26. Web safe color of #bda060 is #cc9966. Color #bda060 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100000 | 01100000 |
Octal | 275 | 240 | 140 |
Decimal | 189 | 160 | 96 |
Hex | BD | A0 | 60 |
Shades of #bda060
Tints of #bda060
RGB Percentages of Color #bda060
CMYK Percentages of Color #bda060
Complementary Color
#bda060 | #607dbd |
#bda060 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda060 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda060 Color CSS Codes
.mybgcolor {background-color:#bda060; } .myforecolor {color:#bda060; } .mybordercolor {border:3px solid #bda060; }
#bda060 Text Font Color
<p style="color:#bda060">Text here</p>
This sample text font color is #bda060
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.
#bda060 Background Color
<div style="background-color:#bda060">
Div content here</div>
This div background color is #bda060
#bda060 Border Color
<div style="border:3px solid #bda060">
Div here</div>
This div border color is #bda060
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,160,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda060; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda060; -webkit-box-shadow: 1px 1px 3px 2px #bda060; box-shadow: 1px 1px 3px 2px #bda060; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,160,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda060">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda060; -webkit-box-shadow: 1px 1px 3px 2px #bda060; box-shadow: 1px 1px 3px 2px #bda060;">
Div content here</div>
This div box has shadow with color #bda060
Comments
No comments written yet.
Please login to write comment.