Color spaces of #b1ddaf
RGB | 177 | 221 | 175 |
---|---|---|---|
HSL | 0.33 | 0.40 | 0.78 |
HSV | 117° | 21° | 87° |
CMYK | 0.20 | 0.00 | 0.21 0.13 |
XYZ | 51.7258 | 64.1552 | 50.2144 |
Yxy | 64.1552 | 0.3114 | 0.3863 |
Hunter Lab | 80.0969 | -24.8961 | 18.8978 |
CIE-Lab | 84.0465 | -23.0162 | 17.9735 |
#b1ddaf color RGB value is (177,221,175).
#b1ddaf hex color red value is 177, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b1ddaf hue: 0.33 , saturation: 0.40 and the lightness value of b1ddaf is 0.78.
The process color (four color CMYK) of #b1ddaf color hex is 0.20, 0.00, 0.21, 0.13. Web safe color of #b1ddaf is #99cc99. Color #b1ddaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11011101 | 10101111 |
Octal | 261 | 335 | 257 |
Decimal | 177 | 221 | 175 |
Hex | B1 | DD | AF |
Shades of #b1ddaf
Tints of #b1ddaf
RGB Percentages of Color #b1ddaf
CMYK Percentages of Color #b1ddaf
Complementary Color
#b1ddaf | #dbafdd |
#b1ddaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1ddaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1ddaf Color CSS Codes
.mybgcolor {background-color:#b1ddaf; } .myforecolor {color:#b1ddaf; } .mybordercolor {border:3px solid #b1ddaf; }
#b1ddaf Text Font Color
<p style="color:#b1ddaf">Text here</p>
This sample text font color is #b1ddaf
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.
#b1ddaf Background Color
<div style="background-color:#b1ddaf">
Div content here</div>
This div background color is #b1ddaf
#b1ddaf Border Color
<div style="border:3px solid #b1ddaf">
Div here</div>
This div border color is #b1ddaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,221,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1ddaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1ddaf; -webkit-box-shadow: 1px 1px 3px 2px #b1ddaf; box-shadow: 1px 1px 3px 2px #b1ddaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,221,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1ddaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1ddaf; -webkit-box-shadow: 1px 1px 3px 2px #b1ddaf; box-shadow: 1px 1px 3px 2px #b1ddaf;">
Div content here</div>
This div box has shadow with color #b1ddaf
#b1ddaf Color Palettes
Comments
No comments written yet.
Please login to write comment.