Color spaces of #bbe2dd
RGB | 187 | 226 | 221 |
---|---|---|---|
HSL | 0.48 | 0.40 | 0.81 |
HSV | 172° | 17° | 89° |
CMYK | 0.17 | 0.00 | 0.02 0.11 |
XYZ | 60.7410 | 70.1780 | 78.7509 |
Yxy | 70.1780 | 0.2897 | 0.3347 |
Hunter Lab | 83.7723 | -17.1761 | 2.9045 |
CIE-Lab | 87.0841 | -13.6515 | -1.7953 |
#bbe2dd color RGB value is (187,226,221).
#bbe2dd hex color red value is 187, green value is 226 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbe2dd hue: 0.48 , saturation: 0.40 and the lightness value of bbe2dd is 0.81.
The process color (four color CMYK) of #bbe2dd color hex is 0.17, 0.00, 0.02, 0.11. Web safe color of #bbe2dd is #cccccc. Color #bbe2dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100010 | 11011101 |
Octal | 273 | 342 | 335 |
Decimal | 187 | 226 | 221 |
Hex | BB | E2 | DD |
Shades of #bbe2dd
Tints of #bbe2dd
RGB Percentages of Color #bbe2dd
CMYK Percentages of Color #bbe2dd
Complementary Color
#bbe2dd | #e2bbc0 |
#bbe2dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe2dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe2dd Color CSS Codes
.mybgcolor {background-color:#bbe2dd; } .myforecolor {color:#bbe2dd; } .mybordercolor {border:3px solid #bbe2dd; }
#bbe2dd Text Font Color
<p style="color:#bbe2dd">Text here</p>
This sample text font color is #bbe2dd
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.
#bbe2dd Background Color
<div style="background-color:#bbe2dd">
Div content here</div>
This div background color is #bbe2dd
#bbe2dd Border Color
<div style="border:3px solid #bbe2dd">
Div here</div>
This div border color is #bbe2dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,226,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe2dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe2dd; -webkit-box-shadow: 1px 1px 3px 2px #bbe2dd; box-shadow: 1px 1px 3px 2px #bbe2dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,226,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe2dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe2dd; -webkit-box-shadow: 1px 1px 3px 2px #bbe2dd; box-shadow: 1px 1px 3px 2px #bbe2dd;">
Div content here</div>
This div box has shadow with color #bbe2dd
Comments
No comments written yet.
Please login to write comment.