Color spaces of #b1aeab
RGB | 177 | 174 | 171 |
---|---|---|---|
HSL | 0.08 | 0.04 | 0.68 |
HSV | 30° | 3° | 69° |
CMYK | 0.00 | 0.02 | 0.03 0.31 |
XYZ | 40.6182 | 42.5595 | 44.6021 |
Yxy | 42.5595 | 0.3179 | 0.3331 |
Hunter Lab | 65.2376 | -3.0284 | 5.1306 |
CIE-Lab | 71.2550 | 0.5158 | 1.9047 |
#b1aeab color RGB value is (177,174,171).
#b1aeab hex color red value is 177, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b1aeab hue: 0.08 , saturation: 0.04 and the lightness value of b1aeab is 0.68.
The process color (four color CMYK) of #b1aeab color hex is 0.00, 0.02, 0.03, 0.31. Web safe color of #b1aeab is #999999. Color #b1aeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10101110 | 10101011 |
Octal | 261 | 256 | 253 |
Decimal | 177 | 174 | 171 |
Hex | B1 | AE | AB |
Shades of #b1aeab
Tints of #b1aeab
RGB Percentages of Color #b1aeab
CMYK Percentages of Color #b1aeab
Complementary Color
#b1aeab | #abaeb1 |
#b1aeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1aeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1aeab Color CSS Codes
.mybgcolor {background-color:#b1aeab; } .myforecolor {color:#b1aeab; } .mybordercolor {border:3px solid #b1aeab; }
#b1aeab Text Font Color
<p style="color:#b1aeab">Text here</p>
This sample text font color is #b1aeab
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.
#b1aeab Background Color
<div style="background-color:#b1aeab">
Div content here</div>
This div background color is #b1aeab
#b1aeab Border Color
<div style="border:3px solid #b1aeab">
Div here</div>
This div border color is #b1aeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,174,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1aeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1aeab; -webkit-box-shadow: 1px 1px 3px 2px #b1aeab; box-shadow: 1px 1px 3px 2px #b1aeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,174,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 #b1aeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1aeab; -webkit-box-shadow: 1px 1px 3px 2px #b1aeab; box-shadow: 1px 1px 3px 2px #b1aeab;">
Div content here</div>
This div box has shadow with color #b1aeab
Comments
No comments written yet.
Please login to write comment.