Color spaces of #bdecfb
RGB | 189 | 236 | 251 |
---|---|---|---|
HSL | 0.54 | 0.89 | 0.86 |
HSV | 195° | 25° | 98° |
CMYK | 0.25 | 0.06 | 0.00 0.02 |
XYZ | 68.3943 | 77.7748 | 102.6741 |
Yxy | 77.7748 | 0.2748 | 0.3125 |
Hunter Lab | 88.1900 | -15.8998 | -7.2946 |
CIE-Lab | 90.6770 | -11.7607 | -12.1979 |
#bdecfb color RGB value is (189,236,251).
#bdecfb hex color red value is 189, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bdecfb hue: 0.54 , saturation: 0.89 and the lightness value of bdecfb is 0.86.
The process color (four color CMYK) of #bdecfb color hex is 0.25, 0.06, 0.00, 0.02. Web safe color of #bdecfb is #ccffff. Color #bdecfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101100 | 11111011 |
Octal | 275 | 354 | 373 |
Decimal | 189 | 236 | 251 |
Hex | BD | EC | FB |
Shades of #bdecfb
Tints of #bdecfb
RGB Percentages of Color #bdecfb
CMYK Percentages of Color #bdecfb
Complementary Color
#bdecfb | #fbccbd |
#bdecfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdecfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdecfb Color CSS Codes
.mybgcolor {background-color:#bdecfb; } .myforecolor {color:#bdecfb; } .mybordercolor {border:3px solid #bdecfb; }
#bdecfb Text Font Color
<p style="color:#bdecfb">Text here</p>
This sample text font color is #bdecfb
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.
#bdecfb Background Color
<div style="background-color:#bdecfb">
Div content here</div>
This div background color is #bdecfb
#bdecfb Border Color
<div style="border:3px solid #bdecfb">
Div here</div>
This div border color is #bdecfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,236,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdecfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdecfb; -webkit-box-shadow: 1px 1px 3px 2px #bdecfb; box-shadow: 1px 1px 3px 2px #bdecfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,236,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdecfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdecfb; -webkit-box-shadow: 1px 1px 3px 2px #bdecfb; box-shadow: 1px 1px 3px 2px #bdecfb;">
Div content here</div>
This div box has shadow with color #bdecfb
Comments
No comments written yet.
Please login to write comment.