Color spaces of #b4abab
RGB | 180 | 171 | 171 |
---|---|---|---|
HSL | 0.00 | 0.06 | 0.69 |
HSV | 0° | 5° | 71° |
CMYK | 0.00 | 0.05 | 0.05 0.29 |
XYZ | 40.7360 | 41.7694 | 44.4434 |
Yxy | 41.7694 | 0.3209 | 0.3290 |
Hunter Lab | 64.6293 | -0.5921 | 4.4687 |
CIE-Lab | 70.7116 | 3.2215 | 1.1443 |
#b4abab color RGB value is (180,171,171).
#b4abab hex color red value is 180, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b4abab hue: 0.00 , saturation: 0.06 and the lightness value of b4abab is 0.69.
The process color (four color CMYK) of #b4abab color hex is 0.00, 0.05, 0.05, 0.29. Web safe color of #b4abab is #cc9999. Color #b4abab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10101011 | 10101011 |
Octal | 264 | 253 | 253 |
Decimal | 180 | 171 | 171 |
Hex | B4 | AB | AB |
Shades of #b4abab
Tints of #b4abab
RGB Percentages of Color #b4abab
CMYK Percentages of Color #b4abab
Complementary Color
#b4abab | #abb4b4 |
#b4abab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4abab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4abab Color CSS Codes
.mybgcolor {background-color:#b4abab; } .myforecolor {color:#b4abab; } .mybordercolor {border:3px solid #b4abab; }
#b4abab Text Font Color
<p style="color:#b4abab">Text here</p>
This sample text font color is #b4abab
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.
#b4abab Background Color
<div style="background-color:#b4abab">
Div content here</div>
This div background color is #b4abab
#b4abab Border Color
<div style="border:3px solid #b4abab">
Div here</div>
This div border color is #b4abab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,171,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4abab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4abab; -webkit-box-shadow: 1px 1px 3px 2px #b4abab; box-shadow: 1px 1px 3px 2px #b4abab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,171,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4abab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4abab; -webkit-box-shadow: 1px 1px 3px 2px #b4abab; box-shadow: 1px 1px 3px 2px #b4abab;">
Div content here</div>
This div box has shadow with color #b4abab
#b4abab Color Palettes
Comments
No comments written yet.
Please login to write comment.