Color spaces of #beb684
RGB | 190 | 182 | 132 |
---|---|---|---|
HSL | 0.14 | 0.31 | 0.63 |
HSV | 52° | 31° | 75° |
CMYK | 0.00 | 0.04 | 0.31 0.25 |
XYZ | 42.1280 | 46.0690 | 28.5016 |
Yxy | 46.0690 | 0.3610 | 0.3948 |
Hunter Lab | 67.8741 | -7.9887 | 22.6149 |
CIE-Lab | 73.5903 | -4.9405 | 26.5280 |
#beb684 color RGB value is (190,182,132).
#beb684 hex color red value is 190, green value is 182 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #beb684 hue: 0.14 , saturation: 0.31 and the lightness value of beb684 is 0.63.
The process color (four color CMYK) of #beb684 color hex is 0.00, 0.04, 0.31, 0.25. Web safe color of #beb684 is #cccc99. Color #beb684 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110110 | 10000100 |
Octal | 276 | 266 | 204 |
Decimal | 190 | 182 | 132 |
Hex | BE | B6 | 84 |
Shades of #beb684
Tints of #beb684
RGB Percentages of Color #beb684
CMYK Percentages of Color #beb684
Complementary Color
#beb684 | #848cbe |
#beb684 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb684 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb684 Color CSS Codes
.mybgcolor {background-color:#beb684; } .myforecolor {color:#beb684; } .mybordercolor {border:3px solid #beb684; }
#beb684 Text Font Color
<p style="color:#beb684">Text here</p>
This sample text font color is #beb684
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.
#beb684 Background Color
<div style="background-color:#beb684">
Div content here</div>
This div background color is #beb684
#beb684 Border Color
<div style="border:3px solid #beb684">
Div here</div>
This div border color is #beb684
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,182,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb684; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb684; -webkit-box-shadow: 1px 1px 3px 2px #beb684; box-shadow: 1px 1px 3px 2px #beb684; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,182,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb684">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb684; -webkit-box-shadow: 1px 1px 3px 2px #beb684; box-shadow: 1px 1px 3px 2px #beb684;">
Div content here</div>
This div box has shadow with color #beb684
Comments
No comments written yet.
Please login to write comment.