Color spaces of #bbedeb
RGB | 187 | 237 | 235 |
---|---|---|---|
HSL | 0.49 | 0.58 | 0.83 |
HSV | 178° | 21° | 93° |
CMYK | 0.21 | 0.00 | 0.01 0.07 |
XYZ | 65.7731 | 77.1313 | 90.0185 |
Yxy | 77.1313 | 0.2824 | 0.3311 |
Hunter Lab | 87.8244 | -20.0113 | 0.7059 |
CIE-Lab | 90.3820 | -16.2876 | -4.2927 |
#bbedeb color RGB value is (187,237,235).
#bbedeb hex color red value is 187, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbedeb hue: 0.49 , saturation: 0.58 and the lightness value of bbedeb is 0.83.
The process color (four color CMYK) of #bbedeb color hex is 0.21, 0.00, 0.01, 0.07. Web safe color of #bbedeb is #ccffff. Color #bbedeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101101 | 11101011 |
Octal | 273 | 355 | 353 |
Decimal | 187 | 237 | 235 |
Hex | BB | ED | EB |
Shades of #bbedeb
Tints of #bbedeb
RGB Percentages of Color #bbedeb
CMYK Percentages of Color #bbedeb
Complementary Color
#bbedeb | #edbbbd |
#bbedeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbedeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbedeb Color CSS Codes
.mybgcolor {background-color:#bbedeb; } .myforecolor {color:#bbedeb; } .mybordercolor {border:3px solid #bbedeb; }
#bbedeb Text Font Color
<p style="color:#bbedeb">Text here</p>
This sample text font color is #bbedeb
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.
#bbedeb Background Color
<div style="background-color:#bbedeb">
Div content here</div>
This div background color is #bbedeb
#bbedeb Border Color
<div style="border:3px solid #bbedeb">
Div here</div>
This div border color is #bbedeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,237,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbedeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbedeb; -webkit-box-shadow: 1px 1px 3px 2px #bbedeb; box-shadow: 1px 1px 3px 2px #bbedeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,237,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbedeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbedeb; -webkit-box-shadow: 1px 1px 3px 2px #bbedeb; box-shadow: 1px 1px 3px 2px #bbedeb;">
Div content here</div>
This div box has shadow with color #bbedeb
#bbedeb Color Palettes
Comments
No comments written yet.
Please login to write comment.