Color spaces of #bdb5a3
RGB | 189 | 181 | 163 |
---|---|---|---|
HSL | 0.12 | 0.16 | 0.69 |
HSV | 42° | 14° | 74° |
CMYK | 0.00 | 0.04 | 0.14 0.26 |
XYZ | 44.1210 | 46.5109 | 41.3024 |
Yxy | 46.5109 | 0.3344 | 0.3525 |
Hunter Lab | 68.1989 | -3.8682 | 11.8322 |
CIE-Lab | 73.8758 | -0.2520 | 10.1806 |
#bdb5a3 color RGB value is (189,181,163).
#bdb5a3 hex color red value is 189, green value is 181 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bdb5a3 hue: 0.12 , saturation: 0.16 and the lightness value of bdb5a3 is 0.69.
The process color (four color CMYK) of #bdb5a3 color hex is 0.00, 0.04, 0.14, 0.26. Web safe color of #bdb5a3 is #cccc99. Color #bdb5a3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110101 | 10100011 |
Octal | 275 | 265 | 243 |
Decimal | 189 | 181 | 163 |
Hex | BD | B5 | A3 |
Shades of #bdb5a3
Tints of #bdb5a3
RGB Percentages of Color #bdb5a3
CMYK Percentages of Color #bdb5a3
Complementary Color
#bdb5a3 | #a3abbd |
#bdb5a3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb5a3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb5a3 Color CSS Codes
.mybgcolor {background-color:#bdb5a3; } .myforecolor {color:#bdb5a3; } .mybordercolor {border:3px solid #bdb5a3; }
#bdb5a3 Text Font Color
<p style="color:#bdb5a3">Text here</p>
This sample text font color is #bdb5a3
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.
#bdb5a3 Background Color
<div style="background-color:#bdb5a3">
Div content here</div>
This div background color is #bdb5a3
#bdb5a3 Border Color
<div style="border:3px solid #bdb5a3">
Div here</div>
This div border color is #bdb5a3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,181,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb5a3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb5a3; -webkit-box-shadow: 1px 1px 3px 2px #bdb5a3; box-shadow: 1px 1px 3px 2px #bdb5a3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,181,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb5a3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb5a3; -webkit-box-shadow: 1px 1px 3px 2px #bdb5a3; box-shadow: 1px 1px 3px 2px #bdb5a3;">
Div content here</div>
This div box has shadow with color #bdb5a3
Comments
No comments written yet.
Please login to write comment.