Color spaces of #b1ddbe
RGB | 177 | 221 | 190 |
---|---|---|---|
HSL | 0.38 | 0.39 | 0.78 |
HSV | 138° | 20° | 87° |
CMYK | 0.20 | 0.00 | 0.14 0.13 |
XYZ | 53.2822 | 64.7777 | 58.4103 |
Yxy | 64.7777 | 0.3019 | 0.3671 |
Hunter Lab | 80.4846 | -22.6779 | 13.3105 |
CIE-Lab | 84.3691 | -20.3525 | 10.5427 |
#b1ddbe color RGB value is (177,221,190).
#b1ddbe hex color red value is 177, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1ddbe hue: 0.38 , saturation: 0.39 and the lightness value of b1ddbe is 0.78.
The process color (four color CMYK) of #b1ddbe color hex is 0.20, 0.00, 0.14, 0.13. Web safe color of #b1ddbe is #99cccc. Color #b1ddbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11011101 | 10111110 |
Octal | 261 | 335 | 276 |
Decimal | 177 | 221 | 190 |
Hex | B1 | DD | BE |
Shades of #b1ddbe
Tints of #b1ddbe
RGB Percentages of Color #b1ddbe
CMYK Percentages of Color #b1ddbe
Complementary Color
#b1ddbe | #ddb1d0 |
#b1ddbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1ddbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1ddbe Color CSS Codes
.mybgcolor {background-color:#b1ddbe; } .myforecolor {color:#b1ddbe; } .mybordercolor {border:3px solid #b1ddbe; }
#b1ddbe Text Font Color
<p style="color:#b1ddbe">Text here</p>
This sample text font color is #b1ddbe
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.
#b1ddbe Background Color
<div style="background-color:#b1ddbe">
Div content here</div>
This div background color is #b1ddbe
#b1ddbe Border Color
<div style="border:3px solid #b1ddbe">
Div here</div>
This div border color is #b1ddbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,221,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1ddbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1ddbe; -webkit-box-shadow: 1px 1px 3px 2px #b1ddbe; box-shadow: 1px 1px 3px 2px #b1ddbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,221,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 #b1ddbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1ddbe; -webkit-box-shadow: 1px 1px 3px 2px #b1ddbe; box-shadow: 1px 1px 3px 2px #b1ddbe;">
Div content here</div>
This div box has shadow with color #b1ddbe
Comments
No comments written yet.
Please login to write comment.