Color spaces of #bfad2e
RGB | 191 | 173 | 46 |
---|---|---|---|
HSL | 0.15 | 0.61 | 0.46 |
HSV | 53° | 76° | 75° |
CMYK | 0.00 | 0.09 | 0.76 0.25 |
XYZ | 36.9226 | 41.1608 | 8.5836 |
Yxy | 41.1608 | 0.4260 | 0.4749 |
Hunter Lab | 64.1567 | -9.5463 | 36.9772 |
CIE-Lab | 70.2884 | -7.1051 | 63.0168 |
#bfad2e color RGB value is (191,173,46).
#bfad2e hex color red value is 191, green value is 173 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfad2e hue: 0.15 , saturation: 0.61 and the lightness value of bfad2e is 0.46.
The process color (four color CMYK) of #bfad2e color hex is 0.00, 0.09, 0.76, 0.25. Web safe color of #bfad2e is #cc9933. Color #bfad2e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101101 | 00101110 |
Octal | 277 | 255 | 56 |
Decimal | 191 | 173 | 46 |
Hex | BF | AD | 2E |
Shades of #bfad2e
Tints of #bfad2e
RGB Percentages of Color #bfad2e
CMYK Percentages of Color #bfad2e
Complementary Color
#bfad2e | #2e40bf |
#bfad2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfad2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfad2e Color CSS Codes
.mybgcolor {background-color:#bfad2e; } .myforecolor {color:#bfad2e; } .mybordercolor {border:3px solid #bfad2e; }
#bfad2e Text Font Color
<p style="color:#bfad2e">Text here</p>
This sample text font color is #bfad2e
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.
#bfad2e Background Color
<div style="background-color:#bfad2e">
Div content here</div>
This div background color is #bfad2e
#bfad2e Border Color
<div style="border:3px solid #bfad2e">
Div here</div>
This div border color is #bfad2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,173,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfad2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfad2e; -webkit-box-shadow: 1px 1px 3px 2px #bfad2e; box-shadow: 1px 1px 3px 2px #bfad2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,173,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfad2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfad2e; -webkit-box-shadow: 1px 1px 3px 2px #bfad2e; box-shadow: 1px 1px 3px 2px #bfad2e;">
Div content here</div>
This div box has shadow with color #bfad2e
Comments
No comments written yet.
Please login to write comment.