Color spaces of #bbdeb0
RGB | 187 | 222 | 176 |
---|---|---|---|
HSL | 0.29 | 0.41 | 0.78 |
HSV | 106° | 21° | 87° |
CMYK | 0.16 | 0.00 | 0.21 0.13 |
XYZ | 54.4513 | 65.9419 | 50.9325 |
Yxy | 65.9419 | 0.3178 | 0.3849 |
Hunter Lab | 81.2046 | -22.4159 | 19.6558 |
CIE-Lab | 84.9668 | -19.9354 | 18.8271 |
#bbdeb0 color RGB value is (187,222,176).
#bbdeb0 hex color red value is 187, green value is 222 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bbdeb0 hue: 0.29 , saturation: 0.41 and the lightness value of bbdeb0 is 0.78.
The process color (four color CMYK) of #bbdeb0 color hex is 0.16, 0.00, 0.21, 0.13. Web safe color of #bbdeb0 is #cccc99. Color #bbdeb0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011110 | 10110000 |
Octal | 273 | 336 | 260 |
Decimal | 187 | 222 | 176 |
Hex | BB | DE | B0 |
Shades of #bbdeb0
Tints of #bbdeb0
RGB Percentages of Color #bbdeb0
CMYK Percentages of Color #bbdeb0
Complementary Color
#bbdeb0 | #d3b0de |
#bbdeb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdeb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdeb0 Color CSS Codes
.mybgcolor {background-color:#bbdeb0; } .myforecolor {color:#bbdeb0; } .mybordercolor {border:3px solid #bbdeb0; }
#bbdeb0 Text Font Color
<p style="color:#bbdeb0">Text here</p>
This sample text font color is #bbdeb0
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.
#bbdeb0 Background Color
<div style="background-color:#bbdeb0">
Div content here</div>
This div background color is #bbdeb0
#bbdeb0 Border Color
<div style="border:3px solid #bbdeb0">
Div here</div>
This div border color is #bbdeb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,222,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdeb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdeb0; -webkit-box-shadow: 1px 1px 3px 2px #bbdeb0; box-shadow: 1px 1px 3px 2px #bbdeb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,222,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 #bbdeb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdeb0; -webkit-box-shadow: 1px 1px 3px 2px #bbdeb0; box-shadow: 1px 1px 3px 2px #bbdeb0;">
Div content here</div>
This div box has shadow with color #bbdeb0
Comments
No comments written yet.
Please login to write comment.