Color spaces of #b1dfbe
RGB | 177 | 223 | 190 |
---|---|---|---|
HSL | 0.38 | 0.42 | 0.78 |
HSV | 137° | 21° | 87° |
CMYK | 0.21 | 0.00 | 0.15 0.13 |
XYZ | 53.8134 | 65.8402 | 58.5874 |
Yxy | 65.8402 | 0.3019 | 0.3694 |
Hunter Lab | 81.1420 | -23.6172 | 13.9899 |
CIE-Lab | 84.9148 | -21.3395 | 11.3196 |
#b1dfbe color RGB value is (177,223,190).
#b1dfbe hex color red value is 177, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1dfbe hue: 0.38 , saturation: 0.42 and the lightness value of b1dfbe is 0.78.
The process color (four color CMYK) of #b1dfbe color hex is 0.21, 0.00, 0.15, 0.13. Web safe color of #b1dfbe is #99cccc. Color #b1dfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11011111 | 10111110 |
Octal | 261 | 337 | 276 |
Decimal | 177 | 223 | 190 |
Hex | B1 | DF | BE |
Shades of #b1dfbe
Tints of #b1dfbe
RGB Percentages of Color #b1dfbe
CMYK Percentages of Color #b1dfbe
Complementary Color
#b1dfbe | #dfb1d2 |
#b1dfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1dfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1dfbe Color CSS Codes
.mybgcolor {background-color:#b1dfbe; } .myforecolor {color:#b1dfbe; } .mybordercolor {border:3px solid #b1dfbe; }
#b1dfbe Text Font Color
<p style="color:#b1dfbe">Text here</p>
This sample text font color is #b1dfbe
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.
#b1dfbe Background Color
<div style="background-color:#b1dfbe">
Div content here</div>
This div background color is #b1dfbe
#b1dfbe Border Color
<div style="border:3px solid #b1dfbe">
Div here</div>
This div border color is #b1dfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,223,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1dfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1dfbe; -webkit-box-shadow: 1px 1px 3px 2px #b1dfbe; box-shadow: 1px 1px 3px 2px #b1dfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,223,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1dfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1dfbe; -webkit-box-shadow: 1px 1px 3px 2px #b1dfbe; box-shadow: 1px 1px 3px 2px #b1dfbe;">
Div content here</div>
This div box has shadow with color #b1dfbe
Comments
No comments written yet.
Please login to write comment.