Color spaces of #bfdacb
RGB | 191 | 218 | 203 |
---|---|---|---|
HSL | 0.41 | 0.27 | 0.80 |
HSV | 147° | 12° | 85° |
CMYK | 0.12 | 0.00 | 0.07 0.15 |
XYZ | 57.3368 | 65.5310 | 66.1267 |
Yxy | 65.5310 | 0.3034 | 0.3467 |
Hunter Lab | 80.9512 | -15.2352 | 8.2336 |
CIE-Lab | 84.7566 | -11.8201 | 4.3487 |
#bfdacb color RGB value is (191,218,203).
#bfdacb hex color red value is 191, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bfdacb hue: 0.41 , saturation: 0.27 and the lightness value of bfdacb is 0.80.
The process color (four color CMYK) of #bfdacb color hex is 0.12, 0.00, 0.07, 0.15. Web safe color of #bfdacb is #cccccc. Color #bfdacb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011010 | 11001011 |
Octal | 277 | 332 | 313 |
Decimal | 191 | 218 | 203 |
Hex | BF | DA | CB |
Shades of #bfdacb
Tints of #bfdacb
RGB Percentages of Color #bfdacb
CMYK Percentages of Color #bfdacb
Complementary Color
#bfdacb | #dabfce |
#bfdacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdacb Color CSS Codes
.mybgcolor {background-color:#bfdacb; } .myforecolor {color:#bfdacb; } .mybordercolor {border:3px solid #bfdacb; }
#bfdacb Text Font Color
<p style="color:#bfdacb">Text here</p>
This sample text font color is #bfdacb
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.
#bfdacb Background Color
<div style="background-color:#bfdacb">
Div content here</div>
This div background color is #bfdacb
#bfdacb Border Color
<div style="border:3px solid #bfdacb">
Div here</div>
This div border color is #bfdacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,218,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdacb; -webkit-box-shadow: 1px 1px 3px 2px #bfdacb; box-shadow: 1px 1px 3px 2px #bfdacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,218,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdacb; -webkit-box-shadow: 1px 1px 3px 2px #bfdacb; box-shadow: 1px 1px 3px 2px #bfdacb;">
Div content here</div>
This div box has shadow with color #bfdacb
Comments
No comments written yet.
Please login to write comment.