Color spaces of #bbdfef
RGB | 187 | 223 | 239 |
---|---|---|---|
HSL | 0.55 | 0.62 | 0.84 |
HSV | 198° | 22° | 94° |
CMYK | 0.22 | 0.07 | 0.00 0.06 |
XYZ | 62.4612 | 69.5721 | 91.7981 |
Yxy | 69.5721 | 0.2791 | 0.3108 |
Hunter Lab | 83.4099 | -12.2982 | -6.8656 |
CIE-Lab | 86.7866 | -8.3412 | -11.7206 |
#bbdfef color RGB value is (187,223,239).
#bbdfef hex color red value is 187, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbdfef hue: 0.55 , saturation: 0.62 and the lightness value of bbdfef is 0.84.
The process color (four color CMYK) of #bbdfef color hex is 0.22, 0.07, 0.00, 0.06. Web safe color of #bbdfef is #ccccff. Color #bbdfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011111 | 11101111 |
Octal | 273 | 337 | 357 |
Decimal | 187 | 223 | 239 |
Hex | BB | DF | EF |
Shades of #bbdfef
Tints of #bbdfef
RGB Percentages of Color #bbdfef
CMYK Percentages of Color #bbdfef
Complementary Color
#bbdfef | #efcbbb |
#bbdfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdfef Color CSS Codes
.mybgcolor {background-color:#bbdfef; } .myforecolor {color:#bbdfef; } .mybordercolor {border:3px solid #bbdfef; }
#bbdfef Text Font Color
<p style="color:#bbdfef">Text here</p>
This sample text font color is #bbdfef
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.
#bbdfef Background Color
<div style="background-color:#bbdfef">
Div content here</div>
This div background color is #bbdfef
#bbdfef Border Color
<div style="border:3px solid #bbdfef">
Div here</div>
This div border color is #bbdfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,223,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdfef; -webkit-box-shadow: 1px 1px 3px 2px #bbdfef; box-shadow: 1px 1px 3px 2px #bbdfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,223,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdfef; -webkit-box-shadow: 1px 1px 3px 2px #bbdfef; box-shadow: 1px 1px 3px 2px #bbdfef;">
Div content here</div>
This div box has shadow with color #bbdfef
Comments
No comments written yet.
Please login to write comment.