Color spaces of #b8ae12
RGB | 184 | 174 | 18 |
---|---|---|---|
HSL | 0.16 | 0.82 | 0.40 |
HSV | 56° | 90° | 72° |
CMYK | 0.00 | 0.05 | 0.90 0.28 |
XYZ | 35.0124 | 40.5061 | 6.5454 |
Yxy | 40.5061 | 0.4266 | 0.4936 |
Hunter Lab | 63.6444 | -13.1803 | 38.4535 |
CIE-Lab | 69.8285 | -11.5258 | 69.6332 |
#b8ae12 color RGB value is (184,174,18).
#b8ae12 hex color red value is 184, green value is 174 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b8ae12 hue: 0.16 , saturation: 0.82 and the lightness value of b8ae12 is 0.40.
The process color (four color CMYK) of #b8ae12 color hex is 0.00, 0.05, 0.90, 0.28. Web safe color of #b8ae12 is #cc9900. Color #b8ae12 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10101110 | 00010010 |
Octal | 270 | 256 | 22 |
Decimal | 184 | 174 | 18 |
Hex | B8 | AE | 12 |
Shades of #b8ae12
Tints of #b8ae12
RGB Percentages of Color #b8ae12
CMYK Percentages of Color #b8ae12
Complementary Color
#b8ae12 | #121cb8 |
#b8ae12 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8ae12 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8ae12 Color CSS Codes
.mybgcolor {background-color:#b8ae12; } .myforecolor {color:#b8ae12; } .mybordercolor {border:3px solid #b8ae12; }
#b8ae12 Text Font Color
<p style="color:#b8ae12">Text here</p>
This sample text font color is #b8ae12
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.
#b8ae12 Background Color
<div style="background-color:#b8ae12">
Div content here</div>
This div background color is #b8ae12
#b8ae12 Border Color
<div style="border:3px solid #b8ae12">
Div here</div>
This div border color is #b8ae12
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,174,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8ae12; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8ae12; -webkit-box-shadow: 1px 1px 3px 2px #b8ae12; box-shadow: 1px 1px 3px 2px #b8ae12; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,174,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8ae12">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8ae12; -webkit-box-shadow: 1px 1px 3px 2px #b8ae12; box-shadow: 1px 1px 3px 2px #b8ae12;">
Div content here</div>
This div box has shadow with color #b8ae12
Comments
No comments written yet.
Please login to write comment.