Color spaces of #bbddb0
RGB | 187 | 221 | 176 |
---|---|---|---|
HSL | 0.29 | 0.40 | 0.78 |
HSV | 105° | 20° | 87° |
CMYK | 0.15 | 0.00 | 0.20 0.13 |
XYZ | 54.1864 | 65.4123 | 50.8442 |
Yxy | 65.4123 | 0.3179 | 0.3838 |
Hunter Lab | 80.8779 | -21.9452 | 19.3416 |
CIE-Lab | 84.6957 | -19.4417 | 18.4495 |
#bbddb0 color RGB value is (187,221,176).
#bbddb0 hex color red value is 187, green value is 221 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bbddb0 hue: 0.29 , saturation: 0.40 and the lightness value of bbddb0 is 0.78.
The process color (four color CMYK) of #bbddb0 color hex is 0.15, 0.00, 0.20, 0.13. Web safe color of #bbddb0 is #cccc99. Color #bbddb0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011101 | 10110000 |
Octal | 273 | 335 | 260 |
Decimal | 187 | 221 | 176 |
Hex | BB | DD | B0 |
Shades of #bbddb0
Tints of #bbddb0
RGB Percentages of Color #bbddb0
CMYK Percentages of Color #bbddb0
Complementary Color
#bbddb0 | #d2b0dd |
#bbddb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbddb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbddb0 Color CSS Codes
.mybgcolor {background-color:#bbddb0; } .myforecolor {color:#bbddb0; } .mybordercolor {border:3px solid #bbddb0; }
#bbddb0 Text Font Color
<p style="color:#bbddb0">Text here</p>
This sample text font color is #bbddb0
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.
#bbddb0 Background Color
<div style="background-color:#bbddb0">
Div content here</div>
This div background color is #bbddb0
#bbddb0 Border Color
<div style="border:3px solid #bbddb0">
Div here</div>
This div border color is #bbddb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,221,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbddb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbddb0; -webkit-box-shadow: 1px 1px 3px 2px #bbddb0; box-shadow: 1px 1px 3px 2px #bbddb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,221,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbddb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbddb0; -webkit-box-shadow: 1px 1px 3px 2px #bbddb0; box-shadow: 1px 1px 3px 2px #bbddb0;">
Div content here</div>
This div box has shadow with color #bbddb0
Comments
No comments written yet.
Please login to write comment.