Color spaces of #bbeadd
RGB | 187 | 234 | 221 |
---|---|---|---|
HSL | 0.45 | 0.53 | 0.83 |
HSV | 163° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.06 0.08 |
XYZ | 62.9675 | 74.6309 | 79.4931 |
Yxy | 74.6309 | 0.2901 | 0.3438 |
Hunter Lab | 86.3892 | -21.0757 | 5.9153 |
CIE-Lab | 89.2198 | -17.6580 | 1.3248 |
#bbeadd color RGB value is (187,234,221).
#bbeadd hex color red value is 187, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbeadd hue: 0.45 , saturation: 0.53 and the lightness value of bbeadd is 0.83.
The process color (four color CMYK) of #bbeadd color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bbeadd is #ccffcc. Color #bbeadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101010 | 11011101 |
Octal | 273 | 352 | 335 |
Decimal | 187 | 234 | 221 |
Hex | BB | EA | DD |
Shades of #bbeadd
Tints of #bbeadd
RGB Percentages of Color #bbeadd
CMYK Percentages of Color #bbeadd
Complementary Color
#bbeadd | #eabbc8 |
#bbeadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbeadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbeadd Color CSS Codes
.mybgcolor {background-color:#bbeadd; } .myforecolor {color:#bbeadd; } .mybordercolor {border:3px solid #bbeadd; }
#bbeadd Text Font Color
<p style="color:#bbeadd">Text here</p>
This sample text font color is #bbeadd
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.
#bbeadd Background Color
<div style="background-color:#bbeadd">
Div content here</div>
This div background color is #bbeadd
#bbeadd Border Color
<div style="border:3px solid #bbeadd">
Div here</div>
This div border color is #bbeadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,234,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbeadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbeadd; -webkit-box-shadow: 1px 1px 3px 2px #bbeadd; box-shadow: 1px 1px 3px 2px #bbeadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,234,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 #bbeadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbeadd; -webkit-box-shadow: 1px 1px 3px 2px #bbeadd; box-shadow: 1px 1px 3px 2px #bbeadd;">
Div content here</div>
This div box has shadow with color #bbeadd
Comments
No comments written yet.
Please login to write comment.