Color spaces of #baac44
RGB | 186 | 172 | 68 |
---|---|---|---|
HSL | 0.15 | 0.46 | 0.50 |
HSV | 53° | 63° | 73° |
CMYK | 0.00 | 0.08 | 0.63 0.27 |
XYZ | 36.0456 | 40.3615 | 11.3596 |
Yxy | 40.3615 | 0.4107 | 0.4599 |
Hunter Lab | 63.5307 | -9.9027 | 33.8701 |
CIE-Lab | 69.7262 | -7.5935 | 53.6515 |
#baac44 color RGB value is (186,172,68).
#baac44 hex color red value is 186, green value is 172 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #baac44 hue: 0.15 , saturation: 0.46 and the lightness value of baac44 is 0.50.
The process color (four color CMYK) of #baac44 color hex is 0.00, 0.08, 0.63, 0.27. Web safe color of #baac44 is #cc9933. Color #baac44 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101100 | 01000100 |
Octal | 272 | 254 | 104 |
Decimal | 186 | 172 | 68 |
Hex | BA | AC | 44 |
Shades of #baac44
Tints of #baac44
RGB Percentages of Color #baac44
CMYK Percentages of Color #baac44
Complementary Color
#baac44 | #4452ba |
#baac44 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baac44 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baac44 Color CSS Codes
.mybgcolor {background-color:#baac44; } .myforecolor {color:#baac44; } .mybordercolor {border:3px solid #baac44; }
#baac44 Text Font Color
<p style="color:#baac44">Text here</p>
This sample text font color is #baac44
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.
#baac44 Background Color
<div style="background-color:#baac44">
Div content here</div>
This div background color is #baac44
#baac44 Border Color
<div style="border:3px solid #baac44">
Div here</div>
This div border color is #baac44
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,172,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baac44; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baac44; -webkit-box-shadow: 1px 1px 3px 2px #baac44; box-shadow: 1px 1px 3px 2px #baac44; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,172,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baac44">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baac44; -webkit-box-shadow: 1px 1px 3px 2px #baac44; box-shadow: 1px 1px 3px 2px #baac44;">
Div content here</div>
This div box has shadow with color #baac44
Comments
No comments written yet.
Please login to write comment.