Color spaces of #bddbfc
RGB | 189 | 219 | 252 |
---|---|---|---|
HSL | 0.59 | 0.91 | 0.86 |
HSV | 211° | 25° | 99° |
CMYK | 0.25 | 0.13 | 0.00 0.01 |
XYZ | 63.8885 | 68.5101 | 101.9520 |
Yxy | 68.5101 | 0.2726 | 0.2923 |
Hunter Lab | 82.7708 | -7.0698 | -15.0902 |
CIE-Lab | 86.2609 | -2.7891 | -19.3511 |
#bddbfc color RGB value is (189,219,252).
#bddbfc hex color red value is 189, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bddbfc hue: 0.59 , saturation: 0.91 and the lightness value of bddbfc is 0.86.
The process color (four color CMYK) of #bddbfc color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bddbfc is #ccccff. Color #bddbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011011 | 11111100 |
Octal | 275 | 333 | 374 |
Decimal | 189 | 219 | 252 |
Hex | BD | DB | FC |
Shades of #bddbfc
Tints of #bddbfc
RGB Percentages of Color #bddbfc
CMYK Percentages of Color #bddbfc
Complementary Color
#bddbfc | #fcdebd |
#bddbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddbfc Color CSS Codes
.mybgcolor {background-color:#bddbfc; } .myforecolor {color:#bddbfc; } .mybordercolor {border:3px solid #bddbfc; }
#bddbfc Text Font Color
<p style="color:#bddbfc">Text here</p>
This sample text font color is #bddbfc
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.
#bddbfc Background Color
<div style="background-color:#bddbfc">
Div content here</div>
This div background color is #bddbfc
#bddbfc Border Color
<div style="border:3px solid #bddbfc">
Div here</div>
This div border color is #bddbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,219,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddbfc; -webkit-box-shadow: 1px 1px 3px 2px #bddbfc; box-shadow: 1px 1px 3px 2px #bddbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,219,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddbfc; -webkit-box-shadow: 1px 1px 3px 2px #bddbfc; box-shadow: 1px 1px 3px 2px #bddbfc;">
Div content here</div>
This div box has shadow with color #bddbfc
Comments
No comments written yet.
Please login to write comment.