Color spaces of #bfdfc0
RGB | 191 | 223 | 192 |
---|---|---|---|
HSL | 0.34 | 0.33 | 0.81 |
HSV | 122° | 14° | 87° |
CMYK | 0.14 | 0.00 | 0.14 0.13 |
XYZ | 57.3880 | 67.6575 | 59.9037 |
Yxy | 67.6575 | 0.3103 | 0.3658 |
Hunter Lab | 82.2542 | -19.4070 | 14.3985 |
CIE-Lab | 85.8349 | -16.3422 | 11.6967 |
#bfdfc0 color RGB value is (191,223,192).
#bfdfc0 hex color red value is 191, green value is 223 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bfdfc0 hue: 0.34 , saturation: 0.33 and the lightness value of bfdfc0 is 0.81.
The process color (four color CMYK) of #bfdfc0 color hex is 0.14, 0.00, 0.14, 0.13. Web safe color of #bfdfc0 is #cccccc. Color #bfdfc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011111 | 11000000 |
Octal | 277 | 337 | 300 |
Decimal | 191 | 223 | 192 |
Hex | BF | DF | C0 |
Shades of #bfdfc0
Tints of #bfdfc0
RGB Percentages of Color #bfdfc0
CMYK Percentages of Color #bfdfc0
Complementary Color
#bfdfc0 | #dfbfde |
#bfdfc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdfc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdfc0 Color CSS Codes
.mybgcolor {background-color:#bfdfc0; } .myforecolor {color:#bfdfc0; } .mybordercolor {border:3px solid #bfdfc0; }
#bfdfc0 Text Font Color
<p style="color:#bfdfc0">Text here</p>
This sample text font color is #bfdfc0
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.
#bfdfc0 Background Color
<div style="background-color:#bfdfc0">
Div content here</div>
This div background color is #bfdfc0
#bfdfc0 Border Color
<div style="border:3px solid #bfdfc0">
Div here</div>
This div border color is #bfdfc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,223,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdfc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdfc0; -webkit-box-shadow: 1px 1px 3px 2px #bfdfc0; box-shadow: 1px 1px 3px 2px #bfdfc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,223,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdfc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdfc0; -webkit-box-shadow: 1px 1px 3px 2px #bfdfc0; box-shadow: 1px 1px 3px 2px #bfdfc0;">
Div content here</div>
This div box has shadow with color #bfdfc0
#bfdfc0 Color Palettes
Comments
No comments written yet.
Please login to write comment.