Color spaces of #bda996
RGB | 189 | 169 | 150 |
---|---|---|---|
HSL | 0.08 | 0.23 | 0.66 |
HSV | 29° | 21° | 74° |
CMYK | 0.00 | 0.11 | 0.21 0.26 |
XYZ | 40.6793 | 41.3968 | 34.7005 |
Yxy | 41.3968 | 0.3484 | 0.3545 |
Hunter Lab | 64.3403 | 0.2613 | 13.0615 |
CIE-Lab | 70.4530 | 4.1612 | 12.4451 |
#bda996 color RGB value is (189,169,150).
#bda996 hex color red value is 189, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bda996 hue: 0.08 , saturation: 0.23 and the lightness value of bda996 is 0.66.
The process color (four color CMYK) of #bda996 color hex is 0.00, 0.11, 0.21, 0.26. Web safe color of #bda996 is #cc9999. Color #bda996 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101001 | 10010110 |
Octal | 275 | 251 | 226 |
Decimal | 189 | 169 | 150 |
Hex | BD | A9 | 96 |
Shades of #bda996
Tints of #bda996
RGB Percentages of Color #bda996
CMYK Percentages of Color #bda996
Complementary Color
#bda996 | #96aabd |
#bda996 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda996 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda996 Color CSS Codes
.mybgcolor {background-color:#bda996; } .myforecolor {color:#bda996; } .mybordercolor {border:3px solid #bda996; }
#bda996 Text Font Color
<p style="color:#bda996">Text here</p>
This sample text font color is #bda996
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.
#bda996 Background Color
<div style="background-color:#bda996">
Div content here</div>
This div background color is #bda996
#bda996 Border Color
<div style="border:3px solid #bda996">
Div here</div>
This div border color is #bda996
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,169,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda996; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda996; -webkit-box-shadow: 1px 1px 3px 2px #bda996; box-shadow: 1px 1px 3px 2px #bda996; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,169,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda996">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda996; -webkit-box-shadow: 1px 1px 3px 2px #bda996; box-shadow: 1px 1px 3px 2px #bda996;">
Div content here</div>
This div box has shadow with color #bda996
#bda996 Color Palettes
Comments
No comments written yet.
Please login to write comment.