Color spaces of #bbe1ea
RGB | 187 | 225 | 234 |
---|---|---|---|
HSL | 0.53 | 0.53 | 0.83 |
HSV | 191° | 20° | 92° |
CMYK | 0.20 | 0.04 | 0.00 0.08 |
XYZ | 62.2700 | 70.3557 | 88.1399 |
Yxy | 70.3557 | 0.2821 | 0.3187 |
Hunter Lab | 83.8783 | -14.2713 | -3.5875 |
CIE-Lab | 87.1710 | -10.4424 | -8.5139 |
#bbe1ea color RGB value is (187,225,234).
#bbe1ea hex color red value is 187, green value is 225 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbe1ea hue: 0.53 , saturation: 0.53 and the lightness value of bbe1ea is 0.83.
The process color (four color CMYK) of #bbe1ea color hex is 0.20, 0.04, 0.00, 0.08. Web safe color of #bbe1ea is #ccccff. Color #bbe1ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100001 | 11101010 |
Octal | 273 | 341 | 352 |
Decimal | 187 | 225 | 234 |
Hex | BB | E1 | EA |
Shades of #bbe1ea
Tints of #bbe1ea
RGB Percentages of Color #bbe1ea
CMYK Percentages of Color #bbe1ea
Complementary Color
#bbe1ea | #eac4bb |
#bbe1ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe1ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe1ea Color CSS Codes
.mybgcolor {background-color:#bbe1ea; } .myforecolor {color:#bbe1ea; } .mybordercolor {border:3px solid #bbe1ea; }
#bbe1ea Text Font Color
<p style="color:#bbe1ea">Text here</p>
This sample text font color is #bbe1ea
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.
#bbe1ea Background Color
<div style="background-color:#bbe1ea">
Div content here</div>
This div background color is #bbe1ea
#bbe1ea Border Color
<div style="border:3px solid #bbe1ea">
Div here</div>
This div border color is #bbe1ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,225,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe1ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe1ea; -webkit-box-shadow: 1px 1px 3px 2px #bbe1ea; box-shadow: 1px 1px 3px 2px #bbe1ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,225,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 #bbe1ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe1ea; -webkit-box-shadow: 1px 1px 3px 2px #bbe1ea; box-shadow: 1px 1px 3px 2px #bbe1ea;">
Div content here</div>
This div box has shadow with color #bbe1ea
#bbe1ea Color Palettes
Comments
No comments written yet.
Please login to write comment.