Color spaces of #bfdcc5
RGB | 191 | 220 | 197 |
---|---|---|---|
HSL | 0.37 | 0.29 | 0.81 |
HSV | 132° | 13° | 86° |
CMYK | 0.13 | 0.00 | 0.10 0.14 |
XYZ | 57.1571 | 66.2940 | 62.6068 |
Yxy | 66.2940 | 0.3072 | 0.3563 |
Hunter Lab | 81.4211 | -17.1811 | 11.4052 |
CIE-Lab | 85.1462 | -13.9410 | 8.0804 |
#bfdcc5 color RGB value is (191,220,197).
#bfdcc5 hex color red value is 191, green value is 220 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bfdcc5 hue: 0.37 , saturation: 0.29 and the lightness value of bfdcc5 is 0.81.
The process color (four color CMYK) of #bfdcc5 color hex is 0.13, 0.00, 0.10, 0.14. Web safe color of #bfdcc5 is #cccccc. Color #bfdcc5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011100 | 11000101 |
Octal | 277 | 334 | 305 |
Decimal | 191 | 220 | 197 |
Hex | BF | DC | C5 |
Shades of #bfdcc5
Tints of #bfdcc5
RGB Percentages of Color #bfdcc5
CMYK Percentages of Color #bfdcc5
Complementary Color
#bfdcc5 | #dcbfd6 |
#bfdcc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdcc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdcc5 Color CSS Codes
.mybgcolor {background-color:#bfdcc5; } .myforecolor {color:#bfdcc5; } .mybordercolor {border:3px solid #bfdcc5; }
#bfdcc5 Text Font Color
<p style="color:#bfdcc5">Text here</p>
This sample text font color is #bfdcc5
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.
#bfdcc5 Background Color
<div style="background-color:#bfdcc5">
Div content here</div>
This div background color is #bfdcc5
#bfdcc5 Border Color
<div style="border:3px solid #bfdcc5">
Div here</div>
This div border color is #bfdcc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,220,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdcc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdcc5; -webkit-box-shadow: 1px 1px 3px 2px #bfdcc5; box-shadow: 1px 1px 3px 2px #bfdcc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,220,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdcc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdcc5; -webkit-box-shadow: 1px 1px 3px 2px #bfdcc5; box-shadow: 1px 1px 3px 2px #bfdcc5;">
Div content here</div>
This div box has shadow with color #bfdcc5
Comments
No comments written yet.
Please login to write comment.