Color spaces of #bfa8aa
RGB | 191 | 168 | 170 |
---|---|---|---|
HSL | 0.99 | 0.15 | 0.70 |
HSV | 355° | 12° | 75° |
CMYK | 0.00 | 0.12 | 0.11 0.25 |
XYZ | 42.7442 | 41.9839 | 43.8811 |
Yxy | 41.9839 | 0.3324 | 0.3264 |
Hunter Lab | 64.7950 | 4.3623 | 5.2035 |
CIE-Lab | 70.8598 | 8.6785 | 2.0282 |
#bfa8aa color RGB value is (191,168,170).
#bfa8aa hex color red value is 191, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfa8aa hue: 0.99 , saturation: 0.15 and the lightness value of bfa8aa is 0.70.
The process color (four color CMYK) of #bfa8aa color hex is 0.00, 0.12, 0.11, 0.25. Web safe color of #bfa8aa is #cc9999. Color #bfa8aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101000 | 10101010 |
Octal | 277 | 250 | 252 |
Decimal | 191 | 168 | 170 |
Hex | BF | A8 | AA |
Shades of #bfa8aa
Tints of #bfa8aa
RGB Percentages of Color #bfa8aa
CMYK Percentages of Color #bfa8aa
Complementary Color
#bfa8aa | #a8bfbd |
#bfa8aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa8aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa8aa Color CSS Codes
.mybgcolor {background-color:#bfa8aa; } .myforecolor {color:#bfa8aa; } .mybordercolor {border:3px solid #bfa8aa; }
#bfa8aa Text Font Color
<p style="color:#bfa8aa">Text here</p>
This sample text font color is #bfa8aa
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.
#bfa8aa Background Color
<div style="background-color:#bfa8aa">
Div content here</div>
This div background color is #bfa8aa
#bfa8aa Border Color
<div style="border:3px solid #bfa8aa">
Div here</div>
This div border color is #bfa8aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,168,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa8aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa8aa; -webkit-box-shadow: 1px 1px 3px 2px #bfa8aa; box-shadow: 1px 1px 3px 2px #bfa8aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,168,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa8aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa8aa; -webkit-box-shadow: 1px 1px 3px 2px #bfa8aa; box-shadow: 1px 1px 3px 2px #bfa8aa;">
Div content here</div>
This div box has shadow with color #bfa8aa
Comments
No comments written yet.
Please login to write comment.