Color spaces of #bdb83e
RGB | 189 | 184 | 62 |
---|---|---|---|
HSL | 0.16 | 0.51 | 0.49 |
HSV | 58° | 67° | 74° |
CMYK | 0.00 | 0.03 | 0.67 0.26 |
XYZ | 38.9963 | 45.4476 | 11.2744 |
Yxy | 45.4476 | 0.4074 | 0.4748 |
Hunter Lab | 67.4148 | -14.7221 | 37.2748 |
CIE-Lab | 73.1856 | -12.8871 | 59.8520 |
#bdb83e color RGB value is (189,184,62).
#bdb83e hex color red value is 189, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bdb83e hue: 0.16 , saturation: 0.51 and the lightness value of bdb83e is 0.49.
The process color (four color CMYK) of #bdb83e color hex is 0.00, 0.03, 0.67, 0.26. Web safe color of #bdb83e is #cccc33. Color #bdb83e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111000 | 00111110 |
Octal | 275 | 270 | 76 |
Decimal | 189 | 184 | 62 |
Hex | BD | B8 | 3E |
Shades of #bdb83e
Tints of #bdb83e
RGB Percentages of Color #bdb83e
CMYK Percentages of Color #bdb83e
Complementary Color
#bdb83e | #3e43bd |
#bdb83e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb83e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb83e Color CSS Codes
.mybgcolor {background-color:#bdb83e; } .myforecolor {color:#bdb83e; } .mybordercolor {border:3px solid #bdb83e; }
#bdb83e Text Font Color
<p style="color:#bdb83e">Text here</p>
This sample text font color is #bdb83e
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.
#bdb83e Background Color
<div style="background-color:#bdb83e">
Div content here</div>
This div background color is #bdb83e
#bdb83e Border Color
<div style="border:3px solid #bdb83e">
Div here</div>
This div border color is #bdb83e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,184,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb83e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb83e; -webkit-box-shadow: 1px 1px 3px 2px #bdb83e; box-shadow: 1px 1px 3px 2px #bdb83e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,184,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb83e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb83e; -webkit-box-shadow: 1px 1px 3px 2px #bdb83e; box-shadow: 1px 1px 3px 2px #bdb83e;">
Div content here</div>
This div box has shadow with color #bdb83e
Comments
No comments written yet.
Please login to write comment.