Color spaces of #beba64
RGB | 190 | 186 | 100 |
---|---|---|---|
HSL | 0.16 | 0.41 | 0.57 |
HSV | 57° | 47° | 75° |
CMYK | 0.00 | 0.02 | 0.47 0.25 |
XYZ | 41.0944 | 46.9851 | 18.9597 |
Yxy | 46.9851 | 0.3839 | 0.4390 |
Hunter Lab | 68.5457 | -12.9409 | 31.5824 |
CIE-Lab | 74.1802 | -10.6270 | 43.8002 |
#beba64 color RGB value is (190,186,100).
#beba64 hex color red value is 190, green value is 186 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #beba64 hue: 0.16 , saturation: 0.41 and the lightness value of beba64 is 0.57.
The process color (four color CMYK) of #beba64 color hex is 0.00, 0.02, 0.47, 0.25. Web safe color of #beba64 is #cccc66. Color #beba64 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111010 | 01100100 |
Octal | 276 | 272 | 144 |
Decimal | 190 | 186 | 100 |
Hex | BE | BA | 64 |
Shades of #beba64
Tints of #beba64
RGB Percentages of Color #beba64
CMYK Percentages of Color #beba64
Complementary Color
#beba64 | #6468be |
#beba64 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beba64 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beba64 Color CSS Codes
.mybgcolor {background-color:#beba64; } .myforecolor {color:#beba64; } .mybordercolor {border:3px solid #beba64; }
#beba64 Text Font Color
<p style="color:#beba64">Text here</p>
This sample text font color is #beba64
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.
#beba64 Background Color
<div style="background-color:#beba64">
Div content here</div>
This div background color is #beba64
#beba64 Border Color
<div style="border:3px solid #beba64">
Div here</div>
This div border color is #beba64
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,186,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beba64; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beba64; -webkit-box-shadow: 1px 1px 3px 2px #beba64; box-shadow: 1px 1px 3px 2px #beba64; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,186,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beba64">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beba64; -webkit-box-shadow: 1px 1px 3px 2px #beba64; box-shadow: 1px 1px 3px 2px #beba64;">
Div content here</div>
This div box has shadow with color #beba64
Comments
No comments written yet.
Please login to write comment.