Color spaces of #b0cbaf
RGB | 176 | 203 | 175 |
---|---|---|---|
HSL | 0.33 | 0.21 | 0.74 |
HSV | 118° | 14° | 80° |
CMYK | 0.13 | 0.00 | 0.14 0.20 |
XYZ | 46.9983 | 55.0371 | 48.7036 |
Yxy | 55.0371 | 0.3118 | 0.3651 |
Hunter Lab | 74.1870 | -16.7455 | 13.0071 |
CIE-Lab | 79.0626 | -14.3698 | 10.9461 |
#b0cbaf color RGB value is (176,203,175).
#b0cbaf hex color red value is 176, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b0cbaf hue: 0.33 , saturation: 0.21 and the lightness value of b0cbaf is 0.74.
The process color (four color CMYK) of #b0cbaf color hex is 0.13, 0.00, 0.14, 0.20. Web safe color of #b0cbaf is #99cc99. Color #b0cbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 11001011 | 10101111 |
Octal | 260 | 313 | 257 |
Decimal | 176 | 203 | 175 |
Hex | B0 | CB | AF |
Shades of #b0cbaf
Tints of #b0cbaf
RGB Percentages of Color #b0cbaf
CMYK Percentages of Color #b0cbaf
Complementary Color
#b0cbaf | #caafcb |
#b0cbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0cbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0cbaf Color CSS Codes
.mybgcolor {background-color:#b0cbaf; } .myforecolor {color:#b0cbaf; } .mybordercolor {border:3px solid #b0cbaf; }
#b0cbaf Text Font Color
<p style="color:#b0cbaf">Text here</p>
This sample text font color is #b0cbaf
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.
#b0cbaf Background Color
<div style="background-color:#b0cbaf">
Div content here</div>
This div background color is #b0cbaf
#b0cbaf Border Color
<div style="border:3px solid #b0cbaf">
Div here</div>
This div border color is #b0cbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,203,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0cbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0cbaf; -webkit-box-shadow: 1px 1px 3px 2px #b0cbaf; box-shadow: 1px 1px 3px 2px #b0cbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,203,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0cbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0cbaf; -webkit-box-shadow: 1px 1px 3px 2px #b0cbaf; box-shadow: 1px 1px 3px 2px #b0cbaf;">
Div content here</div>
This div box has shadow with color #b0cbaf
Comments
No comments written yet.
Please login to write comment.