Color spaces of #bbeeea
RGB | 187 | 238 | 234 |
---|---|---|---|
HSL | 0.49 | 0.60 | 0.83 |
HSV | 175° | 21° | 93° |
CMYK | 0.21 | 0.00 | 0.02 0.07 |
XYZ | 65.9193 | 77.6544 | 89.3564 |
Yxy | 77.6544 | 0.2830 | 0.3334 |
Hunter Lab | 88.1217 | -20.6864 | 1.5645 |
CIE-Lab | 90.6220 | -16.9944 | -3.4176 |
#bbeeea color RGB value is (187,238,234).
#bbeeea hex color red value is 187, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbeeea hue: 0.49 , saturation: 0.60 and the lightness value of bbeeea is 0.83.
The process color (four color CMYK) of #bbeeea color hex is 0.21, 0.00, 0.02, 0.07. Web safe color of #bbeeea is #ccffff. Color #bbeeea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101110 | 11101010 |
Octal | 273 | 356 | 352 |
Decimal | 187 | 238 | 234 |
Hex | BB | EE | EA |
Shades of #bbeeea
Tints of #bbeeea
RGB Percentages of Color #bbeeea
CMYK Percentages of Color #bbeeea
Complementary Color
#bbeeea | #eebbbf |
#bbeeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbeeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbeeea Color CSS Codes
.mybgcolor {background-color:#bbeeea; } .myforecolor {color:#bbeeea; } .mybordercolor {border:3px solid #bbeeea; }
#bbeeea Text Font Color
<p style="color:#bbeeea">Text here</p>
This sample text font color is #bbeeea
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.
#bbeeea Background Color
<div style="background-color:#bbeeea">
Div content here</div>
This div background color is #bbeeea
#bbeeea Border Color
<div style="border:3px solid #bbeeea">
Div here</div>
This div border color is #bbeeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,238,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbeeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbeeea; -webkit-box-shadow: 1px 1px 3px 2px #bbeeea; box-shadow: 1px 1px 3px 2px #bbeeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,238,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbeeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbeeea; -webkit-box-shadow: 1px 1px 3px 2px #bbeeea; box-shadow: 1px 1px 3px 2px #bbeeea;">
Div content here</div>
This div box has shadow with color #bbeeea
Comments
No comments written yet.
Please login to write comment.