Color spaces of #bebe8f
RGB | 190 | 190 | 143 |
---|---|---|---|
HSL | 0.17 | 0.27 | 0.65 |
HSV | 60° | 25° | 75° |
CMYK | 0.00 | 0.00 | 0.25 0.25 |
XYZ | 44.6066 | 49.7572 | 33.2397 |
Yxy | 49.7572 | 0.3496 | 0.3899 |
Hunter Lab | 70.5388 | -10.5649 | 21.4382 |
CIE-Lab | 75.9200 | -7.6479 | 23.8154 |
#bebe8f color RGB value is (190,190,143).
#bebe8f hex color red value is 190, green value is 190 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bebe8f hue: 0.17 , saturation: 0.27 and the lightness value of bebe8f is 0.65.
The process color (four color CMYK) of #bebe8f color hex is 0.00, 0.00, 0.25, 0.25. Web safe color of #bebe8f is #cccc99. Color #bebe8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111110 | 10001111 |
Octal | 276 | 276 | 217 |
Decimal | 190 | 190 | 143 |
Hex | BE | BE | 8F |
Shades of #bebe8f
Tints of #bebe8f
RGB Percentages of Color #bebe8f
CMYK Percentages of Color #bebe8f
Complementary Color
#bebe8f | #8f8fbe |
#bebe8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebe8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebe8f Color CSS Codes
.mybgcolor {background-color:#bebe8f; } .myforecolor {color:#bebe8f; } .mybordercolor {border:3px solid #bebe8f; }
#bebe8f Text Font Color
<p style="color:#bebe8f">Text here</p>
This sample text font color is #bebe8f
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.
#bebe8f Background Color
<div style="background-color:#bebe8f">
Div content here</div>
This div background color is #bebe8f
#bebe8f Border Color
<div style="border:3px solid #bebe8f">
Div here</div>
This div border color is #bebe8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,190,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebe8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebe8f; -webkit-box-shadow: 1px 1px 3px 2px #bebe8f; box-shadow: 1px 1px 3px 2px #bebe8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,190,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebe8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebe8f; -webkit-box-shadow: 1px 1px 3px 2px #bebe8f; box-shadow: 1px 1px 3px 2px #bebe8f;">
Div content here</div>
This div box has shadow with color #bebe8f
Comments
No comments written yet.
Please login to write comment.