Color spaces of #bfae26
RGB | 191 | 174 | 38 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.45 |
HSV | 53° | 80° | 75° |
CMYK | 0.00 | 0.09 | 0.80 0.25 |
XYZ | 36.9718 | 41.4884 | 7.8932 |
Yxy | 41.4884 | 0.4281 | 0.4804 |
Hunter Lab | 64.4115 | -10.2622 | 37.8224 |
CIE-Lab | 70.5168 | -7.9272 | 65.7742 |
#bfae26 color RGB value is (191,174,38).
#bfae26 hex color red value is 191, green value is 174 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bfae26 hue: 0.15 , saturation: 0.67 and the lightness value of bfae26 is 0.45.
The process color (four color CMYK) of #bfae26 color hex is 0.00, 0.09, 0.80, 0.25. Web safe color of #bfae26 is #cc9933. Color #bfae26 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101110 | 00100110 |
Octal | 277 | 256 | 46 |
Decimal | 191 | 174 | 38 |
Hex | BF | AE | 26 |
Shades of #bfae26
Tints of #bfae26
RGB Percentages of Color #bfae26
CMYK Percentages of Color #bfae26
Complementary Color
#bfae26 | #2637bf |
#bfae26 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfae26 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfae26 Color CSS Codes
.mybgcolor {background-color:#bfae26; } .myforecolor {color:#bfae26; } .mybordercolor {border:3px solid #bfae26; }
#bfae26 Text Font Color
<p style="color:#bfae26">Text here</p>
This sample text font color is #bfae26
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.
#bfae26 Background Color
<div style="background-color:#bfae26">
Div content here</div>
This div background color is #bfae26
#bfae26 Border Color
<div style="border:3px solid #bfae26">
Div here</div>
This div border color is #bfae26
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,174,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfae26; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfae26; -webkit-box-shadow: 1px 1px 3px 2px #bfae26; box-shadow: 1px 1px 3px 2px #bfae26; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,174,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfae26">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfae26; -webkit-box-shadow: 1px 1px 3px 2px #bfae26; box-shadow: 1px 1px 3px 2px #bfae26;">
Div content here</div>
This div box has shadow with color #bfae26
Comments
No comments written yet.
Please login to write comment.