Color spaces of #bebdb8
RGB | 190 | 189 | 184 |
---|---|---|---|
HSL | 0.14 | 0.04 | 0.73 |
HSV | 50° | 3° | 75° |
CMYK | 0.00 | 0.01 | 0.03 0.25 |
XYZ | 48.0845 | 50.8030 | 52.6190 |
Yxy | 50.8030 | 0.3174 | 0.3353 |
Hunter Lab | 71.2762 | -4.3134 | 6.1231 |
CIE-Lab | 76.5595 | -0.5577 | 2.6368 |
#bebdb8 color RGB value is (190,189,184).
#bebdb8 hex color red value is 190, green value is 189 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #bebdb8 hue: 0.14 , saturation: 0.04 and the lightness value of bebdb8 is 0.73.
The process color (four color CMYK) of #bebdb8 color hex is 0.00, 0.01, 0.03, 0.25. Web safe color of #bebdb8 is #cccccc. Color #bebdb8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111101 | 10111000 |
Octal | 276 | 275 | 270 |
Decimal | 190 | 189 | 184 |
Hex | BE | BD | B8 |
Shades of #bebdb8
Tints of #bebdb8
RGB Percentages of Color #bebdb8
CMYK Percentages of Color #bebdb8
Complementary Color
#bebdb8 | #b8b9be |
#bebdb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebdb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebdb8 Color CSS Codes
.mybgcolor {background-color:#bebdb8; } .myforecolor {color:#bebdb8; } .mybordercolor {border:3px solid #bebdb8; }
#bebdb8 Text Font Color
<p style="color:#bebdb8">Text here</p>
This sample text font color is #bebdb8
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.
#bebdb8 Background Color
<div style="background-color:#bebdb8">
Div content here</div>
This div background color is #bebdb8
#bebdb8 Border Color
<div style="border:3px solid #bebdb8">
Div here</div>
This div border color is #bebdb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,189,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebdb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebdb8; -webkit-box-shadow: 1px 1px 3px 2px #bebdb8; box-shadow: 1px 1px 3px 2px #bebdb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,189,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebdb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebdb8; -webkit-box-shadow: 1px 1px 3px 2px #bebdb8; box-shadow: 1px 1px 3px 2px #bebdb8;">
Div content here</div>
This div box has shadow with color #bebdb8
#bebdb8 Color Palettes
Comments
No comments written yet.
Please login to write comment.