Color spaces of #bfdcdd
RGB | 191 | 220 | 221 |
---|---|---|---|
HSL | 0.51 | 0.31 | 0.81 |
HSV | 182° | 14° | 87° |
CMYK | 0.14 | 0.00 | 0.00 0.13 |
XYZ | 60.1302 | 67.4832 | 78.2630 |
Yxy | 67.4832 | 0.2921 | 0.3278 |
Hunter Lab | 82.1482 | -13.1022 | 1.0178 |
CIE-Lab | 85.7474 | -9.3382 | -3.7284 |
#bfdcdd color RGB value is (191,220,221).
#bfdcdd hex color red value is 191, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfdcdd hue: 0.51 , saturation: 0.31 and the lightness value of bfdcdd is 0.81.
The process color (four color CMYK) of #bfdcdd color hex is 0.14, 0.00, 0.00, 0.13. Web safe color of #bfdcdd is #cccccc. Color #bfdcdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011100 | 11011101 |
Octal | 277 | 334 | 335 |
Decimal | 191 | 220 | 221 |
Hex | BF | DC | DD |
Shades of #bfdcdd
Tints of #bfdcdd
RGB Percentages of Color #bfdcdd
CMYK Percentages of Color #bfdcdd
Complementary Color
#bfdcdd | #ddc0bf |
#bfdcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdcdd Color CSS Codes
.mybgcolor {background-color:#bfdcdd; } .myforecolor {color:#bfdcdd; } .mybordercolor {border:3px solid #bfdcdd; }
#bfdcdd Text Font Color
<p style="color:#bfdcdd">Text here</p>
This sample text font color is #bfdcdd
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.
#bfdcdd Background Color
<div style="background-color:#bfdcdd">
Div content here</div>
This div background color is #bfdcdd
#bfdcdd Border Color
<div style="border:3px solid #bfdcdd">
Div here</div>
This div border color is #bfdcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,220,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdcdd; -webkit-box-shadow: 1px 1px 3px 2px #bfdcdd; box-shadow: 1px 1px 3px 2px #bfdcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,220,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdcdd; -webkit-box-shadow: 1px 1px 3px 2px #bfdcdd; box-shadow: 1px 1px 3px 2px #bfdcdd;">
Div content here</div>
This div box has shadow with color #bfdcdd
Comments
No comments written yet.
Please login to write comment.