Color spaces of #b8babd
RGB | 184 | 186 | 189 |
---|---|---|---|
HSL | 0.60 | 0.04 | 0.73 |
HSV | 216° | 3° | 74° |
CMYK | 0.03 | 0.02 | 0.00 0.26 |
XYZ | 46.5114 | 48.9823 | 55.1472 |
Yxy | 48.9823 | 0.3088 | 0.3252 |
Hunter Lab | 69.9874 | -3.8524 | 2.2730 |
CIE-Lab | 75.4403 | -0.1265 | -1.7673 |
#b8babd color RGB value is (184,186,189).
#b8babd hex color red value is 184, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b8babd hue: 0.60 , saturation: 0.04 and the lightness value of b8babd is 0.73.
The process color (four color CMYK) of #b8babd color hex is 0.03, 0.02, 0.00, 0.26. Web safe color of #b8babd is #cccccc. Color #b8babd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10111010 | 10111101 |
Octal | 270 | 272 | 275 |
Decimal | 184 | 186 | 189 |
Hex | B8 | BA | BD |
Shades of #b8babd
Tints of #b8babd
RGB Percentages of Color #b8babd
CMYK Percentages of Color #b8babd
Complementary Color
#b8babd | #bdbbb8 |
#b8babd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8babd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8babd Color CSS Codes
.mybgcolor {background-color:#b8babd; } .myforecolor {color:#b8babd; } .mybordercolor {border:3px solid #b8babd; }
#b8babd Text Font Color
<p style="color:#b8babd">Text here</p>
This sample text font color is #b8babd
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.
#b8babd Background Color
<div style="background-color:#b8babd">
Div content here</div>
This div background color is #b8babd
#b8babd Border Color
<div style="border:3px solid #b8babd">
Div here</div>
This div border color is #b8babd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,186,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8babd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8babd; -webkit-box-shadow: 1px 1px 3px 2px #b8babd; box-shadow: 1px 1px 3px 2px #b8babd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,186,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8babd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8babd; -webkit-box-shadow: 1px 1px 3px 2px #b8babd; box-shadow: 1px 1px 3px 2px #b8babd;">
Div content here</div>
This div box has shadow with color #b8babd
Comments
No comments written yet.
Please login to write comment.