Color spaces of #bea310
RGB | 190 | 163 | 16 |
---|---|---|---|
HSL | 0.14 | 0.84 | 0.40 |
HSV | 51° | 92° | 75° |
CMYK | 0.00 | 0.14 | 0.92 0.25 |
XYZ | 34.4259 | 37.1789 | 5.8520 |
Yxy | 37.1789 | 0.4445 | 0.4800 |
Hunter Lab | 60.9745 | -5.9252 | 36.9918 |
CIE-Lab | 67.4110 | -3.1183 | 68.3357 |
#bea310 color RGB value is (190,163,16).
#bea310 hex color red value is 190, green value is 163 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bea310 hue: 0.14 , saturation: 0.84 and the lightness value of bea310 is 0.40.
The process color (four color CMYK) of #bea310 color hex is 0.00, 0.14, 0.92, 0.25. Web safe color of #bea310 is #cc9900. Color #bea310 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10100011 | 00010000 |
Octal | 276 | 243 | 20 |
Decimal | 190 | 163 | 16 |
Hex | BE | A3 | 10 |
Shades of #bea310
Tints of #bea310
RGB Percentages of Color #bea310
CMYK Percentages of Color #bea310
Complementary Color
#bea310 | #102bbe |
#bea310 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bea310 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bea310 Color CSS Codes
.mybgcolor {background-color:#bea310; } .myforecolor {color:#bea310; } .mybordercolor {border:3px solid #bea310; }
#bea310 Text Font Color
<p style="color:#bea310">Text here</p>
This sample text font color is #bea310
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.
#bea310 Background Color
<div style="background-color:#bea310">
Div content here</div>
This div background color is #bea310
#bea310 Border Color
<div style="border:3px solid #bea310">
Div here</div>
This div border color is #bea310
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,163,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bea310; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bea310; -webkit-box-shadow: 1px 1px 3px 2px #bea310; box-shadow: 1px 1px 3px 2px #bea310; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,163,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bea310">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bea310; -webkit-box-shadow: 1px 1px 3px 2px #bea310; box-shadow: 1px 1px 3px 2px #bea310;">
Div content here</div>
This div box has shadow with color #bea310
Comments
No comments written yet.
Please login to write comment.