Color spaces of #beb74e
RGB | 190 | 183 | 78 |
---|---|---|---|
HSL | 0.16 | 0.46 | 0.53 |
HSV | 56° | 59° | 75° |
CMYK | 0.00 | 0.04 | 0.59 0.25 |
XYZ | 39.5438 | 45.3642 | 13.8797 |
Yxy | 45.3642 | 0.4003 | 0.4592 |
Hunter Lab | 67.3530 | -13.0680 | 34.9289 |
CIE-Lab | 73.1311 | -10.9211 | 53.0189 |
#beb74e color RGB value is (190,183,78).
#beb74e hex color red value is 190, green value is 183 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #beb74e hue: 0.16 , saturation: 0.46 and the lightness value of beb74e is 0.53.
The process color (four color CMYK) of #beb74e color hex is 0.00, 0.04, 0.59, 0.25. Web safe color of #beb74e is #cccc66. Color #beb74e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110111 | 01001110 |
Octal | 276 | 267 | 116 |
Decimal | 190 | 183 | 78 |
Hex | BE | B7 | 4E |
Shades of #beb74e
Tints of #beb74e
RGB Percentages of Color #beb74e
CMYK Percentages of Color #beb74e
Complementary Color
#beb74e | #4e55be |
#beb74e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb74e Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb74e Color CSS Codes
.mybgcolor {background-color:#beb74e; } .myforecolor {color:#beb74e; } .mybordercolor {border:3px solid #beb74e; }
#beb74e Text Font Color
<p style="color:#beb74e">Text here</p>
This sample text font color is #beb74e
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.
#beb74e Background Color
<div style="background-color:#beb74e">
Div content here</div>
This div background color is #beb74e
#beb74e Border Color
<div style="border:3px solid #beb74e">
Div here</div>
This div border color is #beb74e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,183,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb74e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb74e; -webkit-box-shadow: 1px 1px 3px 2px #beb74e; box-shadow: 1px 1px 3px 2px #beb74e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,183,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb74e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb74e; -webkit-box-shadow: 1px 1px 3px 2px #beb74e; box-shadow: 1px 1px 3px 2px #beb74e;">
Div content here</div>
This div box has shadow with color #beb74e
Comments
No comments written yet.
Please login to write comment.