Color spaces of #bebba5
RGB | 190 | 187 | 165 |
---|---|---|---|
HSL | 0.15 | 0.16 | 0.70 |
HSV | 53° | 13° | 75° |
CMYK | 0.00 | 0.02 | 0.13 0.25 |
XYZ | 45.7971 | 49.2044 | 42.6809 |
Yxy | 49.2044 | 0.3326 | 0.3574 |
Hunter Lab | 70.1458 | -6.2154 | 13.0265 |
CIE-Lab | 75.5783 | -2.7487 | 11.5228 |
#bebba5 color RGB value is (190,187,165).
#bebba5 hex color red value is 190, green value is 187 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bebba5 hue: 0.15 , saturation: 0.16 and the lightness value of bebba5 is 0.70.
The process color (four color CMYK) of #bebba5 color hex is 0.00, 0.02, 0.13, 0.25. Web safe color of #bebba5 is #cccc99. Color #bebba5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111011 | 10100101 |
Octal | 276 | 273 | 245 |
Decimal | 190 | 187 | 165 |
Hex | BE | BB | A5 |
Shades of #bebba5
Tints of #bebba5
RGB Percentages of Color #bebba5
CMYK Percentages of Color #bebba5
Complementary Color
#bebba5 | #a5a8be |
#bebba5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebba5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebba5 Color CSS Codes
.mybgcolor {background-color:#bebba5; } .myforecolor {color:#bebba5; } .mybordercolor {border:3px solid #bebba5; }
#bebba5 Text Font Color
<p style="color:#bebba5">Text here</p>
This sample text font color is #bebba5
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.
#bebba5 Background Color
<div style="background-color:#bebba5">
Div content here</div>
This div background color is #bebba5
#bebba5 Border Color
<div style="border:3px solid #bebba5">
Div here</div>
This div border color is #bebba5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,187,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebba5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebba5; -webkit-box-shadow: 1px 1px 3px 2px #bebba5; box-shadow: 1px 1px 3px 2px #bebba5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,187,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebba5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebba5; -webkit-box-shadow: 1px 1px 3px 2px #bebba5; box-shadow: 1px 1px 3px 2px #bebba5;">
Div content here</div>
This div box has shadow with color #bebba5
Comments
No comments written yet.
Please login to write comment.