Color spaces of #bfdeac
RGB | 191 | 222 | 172 |
---|---|---|---|
HSL | 0.27 | 0.43 | 0.77 |
HSV | 97° | 23° | 87° |
CMYK | 0.14 | 0.00 | 0.23 0.13 |
XYZ | 55.0535 | 66.2975 | 48.9248 |
Yxy | 66.2975 | 0.3233 | 0.3894 |
Hunter Lab | 81.4233 | -21.7998 | 21.3707 |
CIE-Lab | 85.1479 | -19.1910 | 21.2068 |
#bfdeac color RGB value is (191,222,172).
#bfdeac hex color red value is 191, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bfdeac hue: 0.27 , saturation: 0.43 and the lightness value of bfdeac is 0.77.
The process color (four color CMYK) of #bfdeac color hex is 0.14, 0.00, 0.23, 0.13. Web safe color of #bfdeac is #cccc99. Color #bfdeac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011110 | 10101100 |
Octal | 277 | 336 | 254 |
Decimal | 191 | 222 | 172 |
Hex | BF | DE | AC |
Shades of #bfdeac
Tints of #bfdeac
RGB Percentages of Color #bfdeac
CMYK Percentages of Color #bfdeac
Complementary Color
#bfdeac | #cbacde |
#bfdeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdeac Color CSS Codes
.mybgcolor {background-color:#bfdeac; } .myforecolor {color:#bfdeac; } .mybordercolor {border:3px solid #bfdeac; }
#bfdeac Text Font Color
<p style="color:#bfdeac">Text here</p>
This sample text font color is #bfdeac
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.
#bfdeac Background Color
<div style="background-color:#bfdeac">
Div content here</div>
This div background color is #bfdeac
#bfdeac Border Color
<div style="border:3px solid #bfdeac">
Div here</div>
This div border color is #bfdeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,222,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdeac; -webkit-box-shadow: 1px 1px 3px 2px #bfdeac; box-shadow: 1px 1px 3px 2px #bfdeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,222,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdeac; -webkit-box-shadow: 1px 1px 3px 2px #bfdeac; box-shadow: 1px 1px 3px 2px #bfdeac;">
Div content here</div>
This div box has shadow with color #bfdeac
Comments
No comments written yet.
Please login to write comment.