Color spaces of #bfaf1d
RGB | 191 | 175 | 29 |
---|---|---|---|
HSL | 0.15 | 0.74 | 0.43 |
HSV | 54° | 85° | 75° |
CMYK | 0.00 | 0.08 | 0.85 0.25 |
XYZ | 37.0376 | 41.8250 | 7.2833 |
Yxy | 41.8250 | 0.4299 | 0.4855 |
Hunter Lab | 64.6723 | -10.9500 | 38.5934 |
CIE-Lab | 70.7501 | -8.7166 | 68.3822 |
#bfaf1d color RGB value is (191,175,29).
#bfaf1d hex color red value is 191, green value is 175 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfaf1d hue: 0.15 , saturation: 0.74 and the lightness value of bfaf1d is 0.43.
The process color (four color CMYK) of #bfaf1d color hex is 0.00, 0.08, 0.85, 0.25. Web safe color of #bfaf1d is #cc9933. Color #bfaf1d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101111 | 00011101 |
Octal | 277 | 257 | 35 |
Decimal | 191 | 175 | 29 |
Hex | BF | AF | 1D |
Shades of #bfaf1d
Tints of #bfaf1d
RGB Percentages of Color #bfaf1d
CMYK Percentages of Color #bfaf1d
Complementary Color
#bfaf1d | #1d2dbf |
#bfaf1d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfaf1d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfaf1d Color CSS Codes
.mybgcolor {background-color:#bfaf1d; } .myforecolor {color:#bfaf1d; } .mybordercolor {border:3px solid #bfaf1d; }
#bfaf1d Text Font Color
<p style="color:#bfaf1d">Text here</p>
This sample text font color is #bfaf1d
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.
#bfaf1d Background Color
<div style="background-color:#bfaf1d">
Div content here</div>
This div background color is #bfaf1d
#bfaf1d Border Color
<div style="border:3px solid #bfaf1d">
Div here</div>
This div border color is #bfaf1d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,175,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfaf1d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfaf1d; -webkit-box-shadow: 1px 1px 3px 2px #bfaf1d; box-shadow: 1px 1px 3px 2px #bfaf1d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,175,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfaf1d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfaf1d; -webkit-box-shadow: 1px 1px 3px 2px #bfaf1d; box-shadow: 1px 1px 3px 2px #bfaf1d;">
Div content here</div>
This div box has shadow with color #bfaf1d
Comments
No comments written yet.
Please login to write comment.