Color spaces of #beba67
RGB | 190 | 186 | 103 |
---|---|---|---|
HSL | 0.16 | 0.40 | 0.57 |
HSV | 57° | 46° | 75° |
CMYK | 0.00 | 0.02 | 0.46 0.25 |
XYZ | 41.2423 | 47.0442 | 19.7387 |
Yxy | 47.0442 | 0.3818 | 0.4355 |
Hunter Lab | 68.5888 | -12.6986 | 30.9495 |
CIE-Lab | 74.2180 | -10.3369 | 42.3562 |
#beba67 color RGB value is (190,186,103).
#beba67 hex color red value is 190, green value is 186 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #beba67 hue: 0.16 , saturation: 0.40 and the lightness value of beba67 is 0.57.
The process color (four color CMYK) of #beba67 color hex is 0.00, 0.02, 0.46, 0.25. Web safe color of #beba67 is #cccc66. Color #beba67 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111010 | 01100111 |
Octal | 276 | 272 | 147 |
Decimal | 190 | 186 | 103 |
Hex | BE | BA | 67 |
Shades of #beba67
Tints of #beba67
RGB Percentages of Color #beba67
CMYK Percentages of Color #beba67
Complementary Color
#beba67 | #676bbe |
#beba67 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beba67 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beba67 Color CSS Codes
.mybgcolor {background-color:#beba67; } .myforecolor {color:#beba67; } .mybordercolor {border:3px solid #beba67; }
#beba67 Text Font Color
<p style="color:#beba67">Text here</p>
This sample text font color is #beba67
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.
#beba67 Background Color
<div style="background-color:#beba67">
Div content here</div>
This div background color is #beba67
#beba67 Border Color
<div style="border:3px solid #beba67">
Div here</div>
This div border color is #beba67
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,186,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beba67; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beba67; -webkit-box-shadow: 1px 1px 3px 2px #beba67; box-shadow: 1px 1px 3px 2px #beba67; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,186,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beba67">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beba67; -webkit-box-shadow: 1px 1px 3px 2px #beba67; box-shadow: 1px 1px 3px 2px #beba67;">
Div content here</div>
This div box has shadow with color #beba67
Comments
No comments written yet.
Please login to write comment.