Color spaces of #b1f5db
RGB | 177 | 245 | 219 |
---|---|---|---|
HSL | 0.44 | 0.77 | 0.83 |
HSV | 157° | 28° | 96° |
CMYK | 0.28 | 0.00 | 0.11 0.04 |
XYZ | 63.5701 | 79.7664 | 79.0638 |
Yxy | 79.7664 | 0.2858 | 0.3587 |
Hunter Lab | 89.3120 | -29.2442 | 10.0317 |
CIE-Lab | 91.5799 | -26.4449 | 5.7187 |
#b1f5db color RGB value is (177,245,219).
#b1f5db hex color red value is 177, green value is 245 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1f5db hue: 0.44 , saturation: 0.77 and the lightness value of b1f5db is 0.83.
The process color (four color CMYK) of #b1f5db color hex is 0.28, 0.00, 0.11, 0.04. Web safe color of #b1f5db is #99ffcc. Color #b1f5db contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11110101 | 11011011 |
Octal | 261 | 365 | 333 |
Decimal | 177 | 245 | 219 |
Hex | B1 | F5 | DB |
Shades of #b1f5db
Tints of #b1f5db
RGB Percentages of Color #b1f5db
CMYK Percentages of Color #b1f5db
Complementary Color
#b1f5db | #f5b1cb |
#b1f5db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1f5db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1f5db Color CSS Codes
.mybgcolor {background-color:#b1f5db; } .myforecolor {color:#b1f5db; } .mybordercolor {border:3px solid #b1f5db; }
#b1f5db Text Font Color
<p style="color:#b1f5db">Text here</p>
This sample text font color is #b1f5db
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.
#b1f5db Background Color
<div style="background-color:#b1f5db">
Div content here</div>
This div background color is #b1f5db
#b1f5db Border Color
<div style="border:3px solid #b1f5db">
Div here</div>
This div border color is #b1f5db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,245,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1f5db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1f5db; -webkit-box-shadow: 1px 1px 3px 2px #b1f5db; box-shadow: 1px 1px 3px 2px #b1f5db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,245,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 #b1f5db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1f5db; -webkit-box-shadow: 1px 1px 3px 2px #b1f5db; box-shadow: 1px 1px 3px 2px #b1f5db;">
Div content here</div>
This div box has shadow with color #b1f5db
Comments
No comments written yet.
Please login to write comment.