Color spaces of #bda429
RGB | 189 | 164 | 41 |
---|---|---|---|
HSL | 0.14 | 0.64 | 0.45 |
HSV | 50° | 78° | 74° |
CMYK | 0.00 | 0.13 | 0.78 0.26 |
XYZ | 34.6620 | 37.5298 | 7.5149 |
Yxy | 37.5298 | 0.4349 | 0.4708 |
Hunter Lab | 61.2616 | -6.2119 | 35.6100 |
CIE-Lab | 67.6726 | -3.4330 | 62.2247 |
#bda429 color RGB value is (189,164,41).
#bda429 hex color red value is 189, green value is 164 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bda429 hue: 0.14 , saturation: 0.64 and the lightness value of bda429 is 0.45.
The process color (four color CMYK) of #bda429 color hex is 0.00, 0.13, 0.78, 0.26. Web safe color of #bda429 is #cc9933. Color #bda429 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100100 | 00101001 |
Octal | 275 | 244 | 51 |
Decimal | 189 | 164 | 41 |
Hex | BD | A4 | 29 |
Shades of #bda429
Tints of #bda429
RGB Percentages of Color #bda429
CMYK Percentages of Color #bda429
Complementary Color
#bda429 | #2942bd |
#bda429 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda429 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda429 Color CSS Codes
.mybgcolor {background-color:#bda429; } .myforecolor {color:#bda429; } .mybordercolor {border:3px solid #bda429; }
#bda429 Text Font Color
<p style="color:#bda429">Text here</p>
This sample text font color is #bda429
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.
#bda429 Background Color
<div style="background-color:#bda429">
Div content here</div>
This div background color is #bda429
#bda429 Border Color
<div style="border:3px solid #bda429">
Div here</div>
This div border color is #bda429
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,164,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda429; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda429; -webkit-box-shadow: 1px 1px 3px 2px #bda429; box-shadow: 1px 1px 3px 2px #bda429; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,164,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda429">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda429; -webkit-box-shadow: 1px 1px 3px 2px #bda429; box-shadow: 1px 1px 3px 2px #bda429;">
Div content here</div>
This div box has shadow with color #bda429
Comments
No comments written yet.
Please login to write comment.