Color spaces of #bfd7ca
RGB | 191 | 215 | 202 |
---|---|---|---|
HSL | 0.41 | 0.23 | 0.80 |
HSV | 148° | 11° | 84° |
CMYK | 0.11 | 0.00 | 0.06 0.16 |
XYZ | 56.4470 | 63.9415 | 65.2440 |
Yxy | 63.9415 | 0.3041 | 0.3445 |
Hunter Lab | 79.9634 | -13.9310 | 7.5983 |
CIE-Lab | 83.9353 | -10.4768 | 3.6896 |
#bfd7ca color RGB value is (191,215,202).
#bfd7ca hex color red value is 191, green value is 215 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bfd7ca hue: 0.41 , saturation: 0.23 and the lightness value of bfd7ca is 0.80.
The process color (four color CMYK) of #bfd7ca color hex is 0.11, 0.00, 0.06, 0.16. Web safe color of #bfd7ca is #cccccc. Color #bfd7ca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010111 | 11001010 |
Octal | 277 | 327 | 312 |
Decimal | 191 | 215 | 202 |
Hex | BF | D7 | CA |
Shades of #bfd7ca
Tints of #bfd7ca
RGB Percentages of Color #bfd7ca
CMYK Percentages of Color #bfd7ca
Complementary Color
#bfd7ca | #d7bfcc |
#bfd7ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd7ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd7ca Color CSS Codes
.mybgcolor {background-color:#bfd7ca; } .myforecolor {color:#bfd7ca; } .mybordercolor {border:3px solid #bfd7ca; }
#bfd7ca Text Font Color
<p style="color:#bfd7ca">Text here</p>
This sample text font color is #bfd7ca
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.
#bfd7ca Background Color
<div style="background-color:#bfd7ca">
Div content here</div>
This div background color is #bfd7ca
#bfd7ca Border Color
<div style="border:3px solid #bfd7ca">
Div here</div>
This div border color is #bfd7ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,215,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd7ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd7ca; -webkit-box-shadow: 1px 1px 3px 2px #bfd7ca; box-shadow: 1px 1px 3px 2px #bfd7ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,215,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd7ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd7ca; -webkit-box-shadow: 1px 1px 3px 2px #bfd7ca; box-shadow: 1px 1px 3px 2px #bfd7ca;">
Div content here</div>
This div box has shadow with color #bfd7ca
Comments
No comments written yet.
Please login to write comment.