Color spaces of #bbedfd
RGB | 187 | 237 | 253 |
---|---|---|---|
HSL | 0.54 | 0.94 | 0.86 |
HSV | 195° | 26° | 99° |
CMYK | 0.26 | 0.06 | 0.00 0.01 |
XYZ | 68.5073 | 78.2250 | 104.4167 |
Yxy | 78.2250 | 0.2728 | 0.3115 |
Hunter Lab | 88.4449 | -16.5167 | -8.0854 |
CIE-Lab | 90.8825 | -12.3996 | -12.9470 |
#bbedfd color RGB value is (187,237,253).
#bbedfd hex color red value is 187, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbedfd hue: 0.54 , saturation: 0.94 and the lightness value of bbedfd is 0.86.
The process color (four color CMYK) of #bbedfd color hex is 0.26, 0.06, 0.00, 0.01. Web safe color of #bbedfd is #ccffff. Color #bbedfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101101 | 11111101 |
Octal | 273 | 355 | 375 |
Decimal | 187 | 237 | 253 |
Hex | BB | ED | FD |
Shades of #bbedfd
Tints of #bbedfd
RGB Percentages of Color #bbedfd
CMYK Percentages of Color #bbedfd
Complementary Color
#bbedfd | #fdcbbb |
#bbedfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbedfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbedfd Color CSS Codes
.mybgcolor {background-color:#bbedfd; } .myforecolor {color:#bbedfd; } .mybordercolor {border:3px solid #bbedfd; }
#bbedfd Text Font Color
<p style="color:#bbedfd">Text here</p>
This sample text font color is #bbedfd
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.
#bbedfd Background Color
<div style="background-color:#bbedfd">
Div content here</div>
This div background color is #bbedfd
#bbedfd Border Color
<div style="border:3px solid #bbedfd">
Div here</div>
This div border color is #bbedfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,237,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbedfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbedfd; -webkit-box-shadow: 1px 1px 3px 2px #bbedfd; box-shadow: 1px 1px 3px 2px #bbedfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,237,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbedfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbedfd; -webkit-box-shadow: 1px 1px 3px 2px #bbedfd; box-shadow: 1px 1px 3px 2px #bbedfd;">
Div content here</div>
This div box has shadow with color #bbedfd
Comments
No comments written yet.
Please login to write comment.