Color spaces of #bfddc4
RGB | 191 | 221 | 196 |
---|---|---|---|
HSL | 0.36 | 0.31 | 0.81 |
HSV | 130° | 14° | 87° |
CMYK | 0.14 | 0.00 | 0.11 0.13 |
XYZ | 57.3061 | 66.7748 | 62.0930 |
Yxy | 66.7748 | 0.3078 | 0.3587 |
Hunter Lab | 81.7158 | -17.8234 | 12.1487 |
CIE-Lab | 85.3901 | -14.6260 | 8.9572 |
#bfddc4 color RGB value is (191,221,196).
#bfddc4 hex color red value is 191, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bfddc4 hue: 0.36 , saturation: 0.31 and the lightness value of bfddc4 is 0.81.
The process color (four color CMYK) of #bfddc4 color hex is 0.14, 0.00, 0.11, 0.13. Web safe color of #bfddc4 is #cccccc. Color #bfddc4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011101 | 11000100 |
Octal | 277 | 335 | 304 |
Decimal | 191 | 221 | 196 |
Hex | BF | DD | C4 |
Shades of #bfddc4
Tints of #bfddc4
RGB Percentages of Color #bfddc4
CMYK Percentages of Color #bfddc4
Complementary Color
#bfddc4 | #ddbfd8 |
#bfddc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfddc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfddc4 Color CSS Codes
.mybgcolor {background-color:#bfddc4; } .myforecolor {color:#bfddc4; } .mybordercolor {border:3px solid #bfddc4; }
#bfddc4 Text Font Color
<p style="color:#bfddc4">Text here</p>
This sample text font color is #bfddc4
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.
#bfddc4 Background Color
<div style="background-color:#bfddc4">
Div content here</div>
This div background color is #bfddc4
#bfddc4 Border Color
<div style="border:3px solid #bfddc4">
Div here</div>
This div border color is #bfddc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,221,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfddc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfddc4; -webkit-box-shadow: 1px 1px 3px 2px #bfddc4; box-shadow: 1px 1px 3px 2px #bfddc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,221,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfddc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfddc4; -webkit-box-shadow: 1px 1px 3px 2px #bfddc4; box-shadow: 1px 1px 3px 2px #bfddc4;">
Div content here</div>
This div box has shadow with color #bfddc4
Comments
No comments written yet.
Please login to write comment.