Color spaces of #b8cfac
RGB | 184 | 207 | 172 |
---|---|---|---|
HSL | 0.28 | 0.27 | 0.74 |
HSV | 99° | 17° | 81° |
CMYK | 0.11 | 0.00 | 0.17 0.19 |
XYZ | 49.5264 | 57.7946 | 47.5749 |
Yxy | 57.7946 | 0.3197 | 0.3731 |
Hunter Lab | 76.0228 | -16.7528 | 16.1124 |
CIE-Lab | 80.6245 | -14.1359 | 14.8297 |
#b8cfac color RGB value is (184,207,172).
#b8cfac hex color red value is 184, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b8cfac hue: 0.28 , saturation: 0.27 and the lightness value of b8cfac is 0.74.
The process color (four color CMYK) of #b8cfac color hex is 0.11, 0.00, 0.17, 0.19. Web safe color of #b8cfac is #cccc99. Color #b8cfac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11001111 | 10101100 |
Octal | 270 | 317 | 254 |
Decimal | 184 | 207 | 172 |
Hex | B8 | CF | AC |
Shades of #b8cfac
Tints of #b8cfac
RGB Percentages of Color #b8cfac
CMYK Percentages of Color #b8cfac
Complementary Color
#b8cfac | #c3accf |
#b8cfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8cfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8cfac Color CSS Codes
.mybgcolor {background-color:#b8cfac; } .myforecolor {color:#b8cfac; } .mybordercolor {border:3px solid #b8cfac; }
#b8cfac Text Font Color
<p style="color:#b8cfac">Text here</p>
This sample text font color is #b8cfac
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.
#b8cfac Background Color
<div style="background-color:#b8cfac">
Div content here</div>
This div background color is #b8cfac
#b8cfac Border Color
<div style="border:3px solid #b8cfac">
Div here</div>
This div border color is #b8cfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,207,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8cfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8cfac; -webkit-box-shadow: 1px 1px 3px 2px #b8cfac; box-shadow: 1px 1px 3px 2px #b8cfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,207,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8cfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8cfac; -webkit-box-shadow: 1px 1px 3px 2px #b8cfac; box-shadow: 1px 1px 3px 2px #b8cfac;">
Div content here</div>
This div box has shadow with color #b8cfac
Comments
No comments written yet.
Please login to write comment.