#b3ada2 color RGB value is (11, 58, 218).
#b3ada2 hex color red value is 11, green value is 58, and blue value is 218.
Cylindrical-coordinate representations (HSL) of color #b3ada2
hue: 226.38,
saturation: 0.9 and lightness: 0.45.
The process color (four-color CMYK) of #b3ada2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b3ada2 is #ff9999. Color #b3ada2 contains mainly RED.
| Color spaces of #b3ada2 | Value |
|---|---|
| RGB | 179, 173, 162 |
| HSL | 0.11, 0.1, 0.67 |
| HSV | 39°, 9°, 70° |
| XYZ | 40.05, 42.08, 40.19 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110011 | 10101101 | 10100010 |
| Octal | 263 | 255 | 242 |
| Decimal | 179 | 173 | 162 |
| Hex | B3 | AD | A2 |
Shades of #b3ada2
Tints of #b3ada2
.mybgColor {background-color: #b3ada2;}
.myforeColor {color: #b3ada2;}
.myborderColor {border:3px solid #b3ada2;}
<p style="color:#b3ada2">Text here</p>
This sample text is styled with the font color #b3ada2. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#b3ada2">Div content here</div>
<div style="border:3px solid #b3ada2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(179, 173, 162, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b3ada2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b3ada2;
-webkit-box-shadow: 1px 1px 3px #b3ada2;
box-shadow: 1px 1px 3px #b3ada2; }
<p style="text-shadow: 4px 4px 2px rgba(179, 173, 162, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b3ada2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b3ada2;
-webkit-box-shadow: 1px 1px 3px #b3ada2;
box-shadow: 1px 1px 3px #b3ada2;">Div content here</div>
