Color spaces of #bdecfd
RGB | 189 | 236 | 253 |
---|---|---|---|
HSL | 0.54 | 0.94 | 0.87 |
HSV | 196° | 25° | 99° |
CMYK | 0.25 | 0.07 | 0.00 0.01 |
XYZ | 68.7113 | 77.9016 | 104.3435 |
Yxy | 77.9016 | 0.2738 | 0.3104 |
Hunter Lab | 88.2619 | -15.4972 | -8.3095 |
CIE-Lab | 90.7350 | -11.3193 | -13.1552 |
#bdecfd color RGB value is (189,236,253).
#bdecfd hex color red value is 189, green value is 236 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bdecfd hue: 0.54 , saturation: 0.94 and the lightness value of bdecfd is 0.87.
The process color (four color CMYK) of #bdecfd color hex is 0.25, 0.07, 0.00, 0.01. Web safe color of #bdecfd is #ccffff. Color #bdecfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101100 | 11111101 |
Octal | 275 | 354 | 375 |
Decimal | 189 | 236 | 253 |
Hex | BD | EC | FD |
Shades of #bdecfd
Tints of #bdecfd
RGB Percentages of Color #bdecfd
CMYK Percentages of Color #bdecfd
Complementary Color
#bdecfd | #fdcebd |
#bdecfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdecfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdecfd Color CSS Codes
.mybgcolor {background-color:#bdecfd; } .myforecolor {color:#bdecfd; } .mybordercolor {border:3px solid #bdecfd; }
#bdecfd Text Font Color
<p style="color:#bdecfd">Text here</p>
This sample text font color is #bdecfd
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.
#bdecfd Background Color
<div style="background-color:#bdecfd">
Div content here</div>
This div background color is #bdecfd
#bdecfd Border Color
<div style="border:3px solid #bdecfd">
Div here</div>
This div border color is #bdecfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,236,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdecfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdecfd; -webkit-box-shadow: 1px 1px 3px 2px #bdecfd; box-shadow: 1px 1px 3px 2px #bdecfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,236,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 #bdecfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdecfd; -webkit-box-shadow: 1px 1px 3px 2px #bdecfd; box-shadow: 1px 1px 3px 2px #bdecfd;">
Div content here</div>
This div box has shadow with color #bdecfd
Comments
No comments written yet.
Please login to write comment.