Color spaces of #bda07d
RGB | 189 | 160 | 125 |
---|---|---|---|
HSL | 0.09 | 0.33 | 0.62 |
HSV | 33° | 34° | 74° |
CMYK | 0.00 | 0.15 | 0.34 0.26 |
XYZ | 37.2587 | 37.4411 | 24.6651 |
Yxy | 37.4411 | 0.3750 | 0.3768 |
Hunter Lab | 61.1891 | 1.6095 | 18.9328 |
CIE-Lab | 67.6067 | 5.5580 | 22.2305 |
#bda07d color RGB value is (189,160,125).
#bda07d hex color red value is 189, green value is 160 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bda07d hue: 0.09 , saturation: 0.33 and the lightness value of bda07d is 0.62.
The process color (four color CMYK) of #bda07d color hex is 0.00, 0.15, 0.34, 0.26. Web safe color of #bda07d is #cc9966. Color #bda07d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100000 | 01111101 |
Octal | 275 | 240 | 175 |
Decimal | 189 | 160 | 125 |
Hex | BD | A0 | 7D |
Shades of #bda07d
Tints of #bda07d
RGB Percentages of Color #bda07d
CMYK Percentages of Color #bda07d
Complementary Color
#bda07d | #7d9abd |
#bda07d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda07d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda07d Color CSS Codes
.mybgcolor {background-color:#bda07d; } .myforecolor {color:#bda07d; } .mybordercolor {border:3px solid #bda07d; }
#bda07d Text Font Color
<p style="color:#bda07d">Text here</p>
This sample text font color is #bda07d
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.
#bda07d Background Color
<div style="background-color:#bda07d">
Div content here</div>
This div background color is #bda07d
#bda07d Border Color
<div style="border:3px solid #bda07d">
Div here</div>
This div border color is #bda07d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,160,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda07d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda07d; -webkit-box-shadow: 1px 1px 3px 2px #bda07d; box-shadow: 1px 1px 3px 2px #bda07d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,160,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda07d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda07d; -webkit-box-shadow: 1px 1px 3px 2px #bda07d; box-shadow: 1px 1px 3px 2px #bda07d;">
Div content here</div>
This div box has shadow with color #bda07d
Comments
No comments written yet.
Please login to write comment.