Color spaces of #bbebe8
RGB | 187 | 235 | 232 |
---|---|---|---|
HSL | 0.49 | 0.55 | 0.83 |
HSV | 176° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.01 0.08 |
XYZ | 64.7673 | 75.8077 | 87.5627 |
Yxy | 75.8077 | 0.2839 | 0.3323 |
Hunter Lab | 87.0676 | -19.5869 | 1.3202 |
CIE-Lab | 89.7700 | -15.9154 | -3.6251 |
#bbebe8 color RGB value is (187,235,232).
#bbebe8 hex color red value is 187, green value is 235 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bbebe8 hue: 0.49 , saturation: 0.55 and the lightness value of bbebe8 is 0.83.
The process color (four color CMYK) of #bbebe8 color hex is 0.20, 0.00, 0.01, 0.08. Web safe color of #bbebe8 is #ccffff. Color #bbebe8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 11101000 |
Octal | 273 | 353 | 350 |
Decimal | 187 | 235 | 232 |
Hex | BB | EB | E8 |
Shades of #bbebe8
Tints of #bbebe8
RGB Percentages of Color #bbebe8
CMYK Percentages of Color #bbebe8
Complementary Color
#bbebe8 | #ebbbbe |
#bbebe8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbebe8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbebe8 Color CSS Codes
.mybgcolor {background-color:#bbebe8; } .myforecolor {color:#bbebe8; } .mybordercolor {border:3px solid #bbebe8; }
#bbebe8 Text Font Color
<p style="color:#bbebe8">Text here</p>
This sample text font color is #bbebe8
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.
#bbebe8 Background Color
<div style="background-color:#bbebe8">
Div content here</div>
This div background color is #bbebe8
#bbebe8 Border Color
<div style="border:3px solid #bbebe8">
Div here</div>
This div border color is #bbebe8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbebe8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbebe8; -webkit-box-shadow: 1px 1px 3px 2px #bbebe8; box-shadow: 1px 1px 3px 2px #bbebe8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbebe8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbebe8; -webkit-box-shadow: 1px 1px 3px 2px #bbebe8; box-shadow: 1px 1px 3px 2px #bbebe8;">
Div content here</div>
This div box has shadow with color #bbebe8
Comments
No comments written yet.
Please login to write comment.