Color spaces of #bfdab1
RGB | 191 | 218 | 177 |
---|---|---|---|
HSL | 0.28 | 0.36 | 0.77 |
HSV | 100° | 19° | 85° |
CMYK | 0.12 | 0.00 | 0.19 0.15 |
XYZ | 54.4931 | 64.3935 | 51.1521 |
Yxy | 64.3935 | 0.3205 | 0.3787 |
Hunter Lab | 80.2456 | -19.2141 | 18.3778 |
CIE-Lab | 84.1702 | -16.3958 | 17.2309 |
#bfdab1 color RGB value is (191,218,177).
#bfdab1 hex color red value is 191, green value is 218 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bfdab1 hue: 0.28 , saturation: 0.36 and the lightness value of bfdab1 is 0.77.
The process color (four color CMYK) of #bfdab1 color hex is 0.12, 0.00, 0.19, 0.15. Web safe color of #bfdab1 is #cccc99. Color #bfdab1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011010 | 10110001 |
Octal | 277 | 332 | 261 |
Decimal | 191 | 218 | 177 |
Hex | BF | DA | B1 |
Shades of #bfdab1
Tints of #bfdab1
RGB Percentages of Color #bfdab1
CMYK Percentages of Color #bfdab1
Complementary Color
#bfdab1 | #ccb1da |
#bfdab1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdab1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdab1 Color CSS Codes
.mybgcolor {background-color:#bfdab1; } .myforecolor {color:#bfdab1; } .mybordercolor {border:3px solid #bfdab1; }
#bfdab1 Text Font Color
<p style="color:#bfdab1">Text here</p>
This sample text font color is #bfdab1
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.
#bfdab1 Background Color
<div style="background-color:#bfdab1">
Div content here</div>
This div background color is #bfdab1
#bfdab1 Border Color
<div style="border:3px solid #bfdab1">
Div here</div>
This div border color is #bfdab1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,218,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdab1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdab1; -webkit-box-shadow: 1px 1px 3px 2px #bfdab1; box-shadow: 1px 1px 3px 2px #bfdab1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,218,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdab1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdab1; -webkit-box-shadow: 1px 1px 3px 2px #bfdab1; box-shadow: 1px 1px 3px 2px #bfdab1;">
Div content here</div>
This div box has shadow with color #bfdab1
Comments
No comments written yet.
Please login to write comment.