Color spaces of #bfe7dd
RGB | 191 | 231 | 221 |
---|---|---|---|
HSL | 0.46 | 0.45 | 0.83 |
HSV | 165° | 17° | 91° |
CMYK | 0.17 | 0.00 | 0.04 0.09 |
XYZ | 63.1129 | 73.4487 | 79.2572 |
Yxy | 73.4487 | 0.2924 | 0.3403 |
Hunter Lab | 85.7022 | -18.5278 | 5.1603 |
CIE-Lab | 88.6613 | -14.9152 | 0.5401 |
#bfe7dd color RGB value is (191,231,221).
#bfe7dd hex color red value is 191, green value is 231 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfe7dd hue: 0.46 , saturation: 0.45 and the lightness value of bfe7dd is 0.83.
The process color (four color CMYK) of #bfe7dd color hex is 0.17, 0.00, 0.04, 0.09. Web safe color of #bfe7dd is #ccffcc. Color #bfe7dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100111 | 11011101 |
Octal | 277 | 347 | 335 |
Decimal | 191 | 231 | 221 |
Hex | BF | E7 | DD |
Shades of #bfe7dd
Tints of #bfe7dd
RGB Percentages of Color #bfe7dd
CMYK Percentages of Color #bfe7dd
Complementary Color
#bfe7dd | #e7bfc9 |
#bfe7dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe7dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe7dd Color CSS Codes
.mybgcolor {background-color:#bfe7dd; } .myforecolor {color:#bfe7dd; } .mybordercolor {border:3px solid #bfe7dd; }
#bfe7dd Text Font Color
<p style="color:#bfe7dd">Text here</p>
This sample text font color is #bfe7dd
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.
#bfe7dd Background Color
<div style="background-color:#bfe7dd">
Div content here</div>
This div background color is #bfe7dd
#bfe7dd Border Color
<div style="border:3px solid #bfe7dd">
Div here</div>
This div border color is #bfe7dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,231,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe7dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe7dd; -webkit-box-shadow: 1px 1px 3px 2px #bfe7dd; box-shadow: 1px 1px 3px 2px #bfe7dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,231,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe7dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe7dd; -webkit-box-shadow: 1px 1px 3px 2px #bfe7dd; box-shadow: 1px 1px 3px 2px #bfe7dd;">
Div content here</div>
This div box has shadow with color #bfe7dd
Comments
No comments written yet.
Please login to write comment.