Color spaces of #bdcfdb
RGB | 189 | 207 | 219 |
---|---|---|---|
HSL | 0.57 | 0.29 | 0.80 |
HSV | 204° | 14° | 86° |
CMYK | 0.14 | 0.05 | 0.00 0.14 |
XYZ | 56.0853 | 60.5589 | 75.7509 |
Yxy | 60.5589 | 0.2915 | 0.3148 |
Hunter Lab | 77.8196 | -7.5377 | -3.2402 |
CIE-Lab | 82.1410 | -3.6425 | -8.0085 |
#bdcfdb color RGB value is (189,207,219).
#bdcfdb hex color red value is 189, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bdcfdb hue: 0.57 , saturation: 0.29 and the lightness value of bdcfdb is 0.80.
The process color (four color CMYK) of #bdcfdb color hex is 0.14, 0.05, 0.00, 0.14. Web safe color of #bdcfdb is #cccccc. Color #bdcfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001111 | 11011011 |
Octal | 275 | 317 | 333 |
Decimal | 189 | 207 | 219 |
Hex | BD | CF | DB |
Shades of #bdcfdb
Tints of #bdcfdb
RGB Percentages of Color #bdcfdb
CMYK Percentages of Color #bdcfdb
Complementary Color
#bdcfdb | #dbc9bd |
#bdcfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcfdb Color CSS Codes
.mybgcolor {background-color:#bdcfdb; } .myforecolor {color:#bdcfdb; } .mybordercolor {border:3px solid #bdcfdb; }
#bdcfdb Text Font Color
<p style="color:#bdcfdb">Text here</p>
This sample text font color is #bdcfdb
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.
#bdcfdb Background Color
<div style="background-color:#bdcfdb">
Div content here</div>
This div background color is #bdcfdb
#bdcfdb Border Color
<div style="border:3px solid #bdcfdb">
Div here</div>
This div border color is #bdcfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,207,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcfdb; -webkit-box-shadow: 1px 1px 3px 2px #bdcfdb; box-shadow: 1px 1px 3px 2px #bdcfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,207,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcfdb; -webkit-box-shadow: 1px 1px 3px 2px #bdcfdb; box-shadow: 1px 1px 3px 2px #bdcfdb;">
Div content here</div>
This div box has shadow with color #bdcfdb
Comments
No comments written yet.
Please login to write comment.