Color spaces of #b0dbbc
RGB | 176 | 219 | 188 |
---|---|---|---|
HSL | 0.38 | 0.37 | 0.77 |
HSV | 137° | 20° | 86° |
CMYK | 0.20 | 0.00 | 0.14 0.14 |
XYZ | 52.3131 | 63.5240 | 57.0811 |
Yxy | 63.5240 | 0.3025 | 0.3674 |
Hunter Lab | 79.7019 | -22.3183 | 13.3289 |
CIE-Lab | 83.7173 | -20.0581 | 10.6612 |
#b0dbbc color RGB value is (176,219,188).
#b0dbbc hex color red value is 176, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b0dbbc hue: 0.38 , saturation: 0.37 and the lightness value of b0dbbc is 0.77.
The process color (four color CMYK) of #b0dbbc color hex is 0.20, 0.00, 0.14, 0.14. Web safe color of #b0dbbc is #99cccc. Color #b0dbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 11011011 | 10111100 |
Octal | 260 | 333 | 274 |
Decimal | 176 | 219 | 188 |
Hex | B0 | DB | BC |
Shades of #b0dbbc
Tints of #b0dbbc
RGB Percentages of Color #b0dbbc
CMYK Percentages of Color #b0dbbc
Complementary Color
#b0dbbc | #dbb0cf |
#b0dbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0dbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0dbbc Color CSS Codes
.mybgcolor {background-color:#b0dbbc; } .myforecolor {color:#b0dbbc; } .mybordercolor {border:3px solid #b0dbbc; }
#b0dbbc Text Font Color
<p style="color:#b0dbbc">Text here</p>
This sample text font color is #b0dbbc
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.
#b0dbbc Background Color
<div style="background-color:#b0dbbc">
Div content here</div>
This div background color is #b0dbbc
#b0dbbc Border Color
<div style="border:3px solid #b0dbbc">
Div here</div>
This div border color is #b0dbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,219,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0dbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0dbbc; -webkit-box-shadow: 1px 1px 3px 2px #b0dbbc; box-shadow: 1px 1px 3px 2px #b0dbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,219,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0dbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0dbbc; -webkit-box-shadow: 1px 1px 3px 2px #b0dbbc; box-shadow: 1px 1px 3px 2px #b0dbbc;">
Div content here</div>
This div box has shadow with color #b0dbbc
Comments
No comments written yet.
Please login to write comment.