Color spaces of #beb84f
RGB | 190 | 184 | 79 |
---|---|---|---|
HSL | 0.16 | 0.46 | 0.53 |
HSV | 57° | 58° | 75° |
CMYK | 0.00 | 0.03 | 0.58 0.25 |
XYZ | 39.7870 | 45.7926 | 14.1390 |
Yxy | 45.7926 | 0.3990 | 0.4592 |
Hunter Lab | 67.6702 | -13.4731 | 34.9811 |
CIE-Lab | 73.4108 | -11.3631 | 52.8782 |
#beb84f color RGB value is (190,184,79).
#beb84f hex color red value is 190, green value is 184 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #beb84f hue: 0.16 , saturation: 0.46 and the lightness value of beb84f is 0.53.
The process color (four color CMYK) of #beb84f color hex is 0.00, 0.03, 0.58, 0.25. Web safe color of #beb84f is #cccc66. Color #beb84f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111000 | 01001111 |
Octal | 276 | 270 | 117 |
Decimal | 190 | 184 | 79 |
Hex | BE | B8 | 4F |
Shades of #beb84f
Tints of #beb84f
RGB Percentages of Color #beb84f
CMYK Percentages of Color #beb84f
Complementary Color
#beb84f | #4f55be |
#beb84f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb84f Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb84f Color CSS Codes
.mybgcolor {background-color:#beb84f; } .myforecolor {color:#beb84f; } .mybordercolor {border:3px solid #beb84f; }
#beb84f Text Font Color
<p style="color:#beb84f">Text here</p>
This sample text font color is #beb84f
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.
#beb84f Background Color
<div style="background-color:#beb84f">
Div content here</div>
This div background color is #beb84f
#beb84f Border Color
<div style="border:3px solid #beb84f">
Div here</div>
This div border color is #beb84f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,184,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb84f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb84f; -webkit-box-shadow: 1px 1px 3px 2px #beb84f; box-shadow: 1px 1px 3px 2px #beb84f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,184,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb84f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb84f; -webkit-box-shadow: 1px 1px 3px 2px #beb84f; box-shadow: 1px 1px 3px 2px #beb84f;">
Div content here</div>
This div box has shadow with color #beb84f
Comments
No comments written yet.
Please login to write comment.