Color spaces of #b3baba
RGB | 179 | 186 | 186 |
---|---|---|---|
HSL | 0.50 | 0.05 | 0.72 |
HSV | 180° | 4° | 73° |
CMYK | 0.04 | 0.00 | 0.00 0.27 |
XYZ | 45.0122 | 48.2467 | 53.3945 |
Yxy | 48.2467 | 0.3069 | 0.3290 |
Hunter Lab | 69.4598 | -5.8810 | 3.0451 |
CIE-Lab | 74.9803 | -2.4232 | -0.8534 |
#b3baba color RGB value is (179,186,186).
#b3baba hex color red value is 179, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b3baba hue: 0.50 , saturation: 0.05 and the lightness value of b3baba is 0.72.
The process color (four color CMYK) of #b3baba color hex is 0.04, 0.00, 0.00, 0.27. Web safe color of #b3baba is #cccccc. Color #b3baba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10111010 | 10111010 |
Octal | 263 | 272 | 272 |
Decimal | 179 | 186 | 186 |
Hex | B3 | BA | BA |
Shades of #b3baba
Tints of #b3baba
RGB Percentages of Color #b3baba
CMYK Percentages of Color #b3baba
Complementary Color
#b3baba | #bab3b3 |
#b3baba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3baba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3baba Color CSS Codes
.mybgcolor {background-color:#b3baba; } .myforecolor {color:#b3baba; } .mybordercolor {border:3px solid #b3baba; }
#b3baba Text Font Color
<p style="color:#b3baba">Text here</p>
This sample text font color is #b3baba
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.
#b3baba Background Color
<div style="background-color:#b3baba">
Div content here</div>
This div background color is #b3baba
#b3baba Border Color
<div style="border:3px solid #b3baba">
Div here</div>
This div border color is #b3baba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,186,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3baba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3baba; -webkit-box-shadow: 1px 1px 3px 2px #b3baba; box-shadow: 1px 1px 3px 2px #b3baba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,186,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3baba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3baba; -webkit-box-shadow: 1px 1px 3px 2px #b3baba; box-shadow: 1px 1px 3px 2px #b3baba;">
Div content here</div>
This div box has shadow with color #b3baba
Comments
No comments written yet.
Please login to write comment.