Color spaces of #bfeedb
RGB | 191 | 238 | 219 |
---|---|---|---|
HSL | 0.43 | 0.58 | 0.84 |
HSV | 156° | 20° | 93° |
CMYK | 0.20 | 0.00 | 0.08 0.07 |
XYZ | 64.8466 | 77.3399 | 78.5282 |
Yxy | 77.3399 | 0.2938 | 0.3504 |
Hunter Lab | 87.9431 | -22.2799 | 8.6176 |
CIE-Lab | 90.4778 | -18.7870 | 4.2254 |
#bfeedb color RGB value is (191,238,219).
#bfeedb hex color red value is 191, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfeedb hue: 0.43 , saturation: 0.58 and the lightness value of bfeedb is 0.84.
The process color (four color CMYK) of #bfeedb color hex is 0.20, 0.00, 0.08, 0.07. Web safe color of #bfeedb is #ccffcc. Color #bfeedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101110 | 11011011 |
Octal | 277 | 356 | 333 |
Decimal | 191 | 238 | 219 |
Hex | BF | EE | DB |
Shades of #bfeedb
Tints of #bfeedb
RGB Percentages of Color #bfeedb
CMYK Percentages of Color #bfeedb
Complementary Color
#bfeedb | #eebfd2 |
#bfeedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfeedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfeedb Color CSS Codes
.mybgcolor {background-color:#bfeedb; } .myforecolor {color:#bfeedb; } .mybordercolor {border:3px solid #bfeedb; }
#bfeedb Text Font Color
<p style="color:#bfeedb">Text here</p>
This sample text font color is #bfeedb
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.
#bfeedb Background Color
<div style="background-color:#bfeedb">
Div content here</div>
This div background color is #bfeedb
#bfeedb Border Color
<div style="border:3px solid #bfeedb">
Div here</div>
This div border color is #bfeedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,238,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfeedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfeedb; -webkit-box-shadow: 1px 1px 3px 2px #bfeedb; box-shadow: 1px 1px 3px 2px #bfeedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,238,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfeedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfeedb; -webkit-box-shadow: 1px 1px 3px 2px #bfeedb; box-shadow: 1px 1px 3px 2px #bfeedb;">
Div content here</div>
This div box has shadow with color #bfeedb
Comments
No comments written yet.
Please login to write comment.