Color spaces of #bda17b
RGB | 189 | 161 | 123 |
---|---|---|---|
HSL | 0.10 | 0.33 | 0.61 |
HSV | 35° | 35° | 74° |
CMYK | 0.00 | 0.15 | 0.35 0.26 |
XYZ | 37.3063 | 37.7386 | 24.0569 |
Yxy | 37.7386 | 0.3764 | 0.3808 |
Hunter Lab | 61.4318 | 0.8940 | 19.7840 |
CIE-Lab | 67.8275 | 4.7618 | 23.6218 |
#bda17b color RGB value is (189,161,123).
#bda17b hex color red value is 189, green value is 161 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bda17b hue: 0.10 , saturation: 0.33 and the lightness value of bda17b is 0.61.
The process color (four color CMYK) of #bda17b color hex is 0.00, 0.15, 0.35, 0.26. Web safe color of #bda17b is #cc9966. Color #bda17b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100001 | 01111011 |
Octal | 275 | 241 | 173 |
Decimal | 189 | 161 | 123 |
Hex | BD | A1 | 7B |
Shades of #bda17b
Tints of #bda17b
RGB Percentages of Color #bda17b
CMYK Percentages of Color #bda17b
Complementary Color
#bda17b | #7b97bd |
#bda17b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda17b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda17b Color CSS Codes
.mybgcolor {background-color:#bda17b; } .myforecolor {color:#bda17b; } .mybordercolor {border:3px solid #bda17b; }
#bda17b Text Font Color
<p style="color:#bda17b">Text here</p>
This sample text font color is #bda17b
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.
#bda17b Background Color
<div style="background-color:#bda17b">
Div content here</div>
This div background color is #bda17b
#bda17b Border Color
<div style="border:3px solid #bda17b">
Div here</div>
This div border color is #bda17b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,161,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda17b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda17b; -webkit-box-shadow: 1px 1px 3px 2px #bda17b; box-shadow: 1px 1px 3px 2px #bda17b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,161,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda17b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda17b; -webkit-box-shadow: 1px 1px 3px 2px #bda17b; box-shadow: 1px 1px 3px 2px #bda17b;">
Div content here</div>
This div box has shadow with color #bda17b
Comments
No comments written yet.
Please login to write comment.