Color spaces of #b3aebb
RGB | 179 | 174 | 187 |
---|---|---|---|
HSL | 0.73 | 0.09 | 0.71 |
HSV | 263° | 7° | 73° |
CMYK | 0.04 | 0.07 | 0.00 0.27 |
XYZ | 42.6961 | 43.4437 | 53.1488 |
Yxy | 43.4437 | 0.3065 | 0.3119 |
Hunter Lab | 65.9118 | 0.2823 | -1.6709 |
CIE-Lab | 71.8551 | 4.2447 | -5.9993 |
#b3aebb color RGB value is (179,174,187).
#b3aebb hex color red value is 179, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b3aebb hue: 0.73 , saturation: 0.09 and the lightness value of b3aebb is 0.71.
The process color (four color CMYK) of #b3aebb color hex is 0.04, 0.07, 0.00, 0.27. Web safe color of #b3aebb is #cc99cc. Color #b3aebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101110 | 10111011 |
Octal | 263 | 256 | 273 |
Decimal | 179 | 174 | 187 |
Hex | B3 | AE | BB |
Shades of #b3aebb
Tints of #b3aebb
RGB Percentages of Color #b3aebb
CMYK Percentages of Color #b3aebb
Complementary Color
#b3aebb | #b6bbae |
#b3aebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3aebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3aebb Color CSS Codes
.mybgcolor {background-color:#b3aebb; } .myforecolor {color:#b3aebb; } .mybordercolor {border:3px solid #b3aebb; }
#b3aebb Text Font Color
<p style="color:#b3aebb">Text here</p>
This sample text font color is #b3aebb
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.
#b3aebb Background Color
<div style="background-color:#b3aebb">
Div content here</div>
This div background color is #b3aebb
#b3aebb Border Color
<div style="border:3px solid #b3aebb">
Div here</div>
This div border color is #b3aebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3aebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3aebb; -webkit-box-shadow: 1px 1px 3px 2px #b3aebb; box-shadow: 1px 1px 3px 2px #b3aebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3aebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3aebb; -webkit-box-shadow: 1px 1px 3px 2px #b3aebb; box-shadow: 1px 1px 3px 2px #b3aebb;">
Div content here</div>
This div box has shadow with color #b3aebb
#b3aebb Color Palettes
Comments
No comments written yet.
Please login to write comment.