Color spaces of #bdaf83
RGB | 189 | 175 | 131 |
---|---|---|---|
HSL | 0.13 | 0.31 | 0.63 |
HSV | 46° | 31° | 74° |
CMYK | 0.00 | 0.07 | 0.31 0.26 |
XYZ | 40.4130 | 43.1175 | 27.6652 |
Yxy | 43.1175 | 0.3634 | 0.3878 |
Hunter Lab | 65.6639 | -5.0536 | 20.9850 |
CIE-Lab | 71.6346 | -1.7560 | 24.4201 |
#bdaf83 color RGB value is (189,175,131).
#bdaf83 hex color red value is 189, green value is 175 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bdaf83 hue: 0.13 , saturation: 0.31 and the lightness value of bdaf83 is 0.63.
The process color (four color CMYK) of #bdaf83 color hex is 0.00, 0.07, 0.31, 0.26. Web safe color of #bdaf83 is #cc9999. Color #bdaf83 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101111 | 10000011 |
Octal | 275 | 257 | 203 |
Decimal | 189 | 175 | 131 |
Hex | BD | AF | 83 |
Shades of #bdaf83
Tints of #bdaf83
RGB Percentages of Color #bdaf83
CMYK Percentages of Color #bdaf83
Complementary Color
#bdaf83 | #8391bd |
#bdaf83 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdaf83 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdaf83 Color CSS Codes
.mybgcolor {background-color:#bdaf83; } .myforecolor {color:#bdaf83; } .mybordercolor {border:3px solid #bdaf83; }
#bdaf83 Text Font Color
<p style="color:#bdaf83">Text here</p>
This sample text font color is #bdaf83
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.
#bdaf83 Background Color
<div style="background-color:#bdaf83">
Div content here</div>
This div background color is #bdaf83
#bdaf83 Border Color
<div style="border:3px solid #bdaf83">
Div here</div>
This div border color is #bdaf83
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,175,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdaf83; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdaf83; -webkit-box-shadow: 1px 1px 3px 2px #bdaf83; box-shadow: 1px 1px 3px 2px #bdaf83; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,175,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdaf83">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdaf83; -webkit-box-shadow: 1px 1px 3px 2px #bdaf83; box-shadow: 1px 1px 3px 2px #bdaf83;">
Div content here</div>
This div box has shadow with color #bdaf83
Comments
No comments written yet.
Please login to write comment.