Color spaces of #b3afbf
RGB | 179 | 175 | 191 |
---|---|---|---|
HSL | 0.71 | 0.11 | 0.72 |
HSV | 255° | 8° | 75° |
CMYK | 0.06 | 0.08 | 0.00 0.25 |
XYZ | 43.3243 | 44.0052 | 55.5006 |
Yxy | 44.0052 | 0.3033 | 0.3081 |
Hunter Lab | 66.3364 | 0.4896 | -3.1697 |
CIE-Lab | 72.2320 | 4.4892 | -7.6388 |
#b3afbf color RGB value is (179,175,191).
#b3afbf hex color red value is 179, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b3afbf hue: 0.71 , saturation: 0.11 and the lightness value of b3afbf is 0.72.
The process color (four color CMYK) of #b3afbf color hex is 0.06, 0.08, 0.00, 0.25. Web safe color of #b3afbf is #cc99cc. Color #b3afbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101111 | 10111111 |
Octal | 263 | 257 | 277 |
Decimal | 179 | 175 | 191 |
Hex | B3 | AF | BF |
Shades of #b3afbf
Tints of #b3afbf
RGB Percentages of Color #b3afbf
CMYK Percentages of Color #b3afbf
Complementary Color
#b3afbf | #bbbfaf |
#b3afbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3afbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3afbf Color CSS Codes
.mybgcolor {background-color:#b3afbf; } .myforecolor {color:#b3afbf; } .mybordercolor {border:3px solid #b3afbf; }
#b3afbf Text Font Color
<p style="color:#b3afbf">Text here</p>
This sample text font color is #b3afbf
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.
#b3afbf Background Color
<div style="background-color:#b3afbf">
Div content here</div>
This div background color is #b3afbf
#b3afbf Border Color
<div style="border:3px solid #b3afbf">
Div here</div>
This div border color is #b3afbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,175,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3afbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3afbf; -webkit-box-shadow: 1px 1px 3px 2px #b3afbf; box-shadow: 1px 1px 3px 2px #b3afbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,175,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3afbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3afbf; -webkit-box-shadow: 1px 1px 3px 2px #b3afbf; box-shadow: 1px 1px 3px 2px #b3afbf;">
Div content here</div>
This div box has shadow with color #b3afbf
Comments
No comments written yet.
Please login to write comment.