Color spaces of #b9dfbe
RGB | 185 | 223 | 190 |
---|---|---|---|
HSL | 0.36 | 0.37 | 0.80 |
HSV | 128° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.15 0.13 |
XYZ | 55.6895 | 66.8073 | 58.6752 |
Yxy | 66.8073 | 0.3074 | 0.3688 |
Hunter Lab | 81.7357 | -21.4191 | 14.6528 |
CIE-Lab | 85.4065 | -18.7068 | 12.0862 |
#b9dfbe color RGB value is (185,223,190).
#b9dfbe hex color red value is 185, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9dfbe hue: 0.36 , saturation: 0.37 and the lightness value of b9dfbe is 0.80.
The process color (four color CMYK) of #b9dfbe color hex is 0.17, 0.00, 0.15, 0.13. Web safe color of #b9dfbe is #cccccc. Color #b9dfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11011111 | 10111110 |
Octal | 271 | 337 | 276 |
Decimal | 185 | 223 | 190 |
Hex | B9 | DF | BE |
Shades of #b9dfbe
Tints of #b9dfbe
RGB Percentages of Color #b9dfbe
CMYK Percentages of Color #b9dfbe
Complementary Color
#b9dfbe | #dfb9da |
#b9dfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9dfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9dfbe Color CSS Codes
.mybgcolor {background-color:#b9dfbe; } .myforecolor {color:#b9dfbe; } .mybordercolor {border:3px solid #b9dfbe; }
#b9dfbe Text Font Color
<p style="color:#b9dfbe">Text here</p>
This sample text font color is #b9dfbe
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.
#b9dfbe Background Color
<div style="background-color:#b9dfbe">
Div content here</div>
This div background color is #b9dfbe
#b9dfbe Border Color
<div style="border:3px solid #b9dfbe">
Div here</div>
This div border color is #b9dfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,223,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9dfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9dfbe; -webkit-box-shadow: 1px 1px 3px 2px #b9dfbe; box-shadow: 1px 1px 3px 2px #b9dfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9dfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9dfbe; -webkit-box-shadow: 1px 1px 3px 2px #b9dfbe; box-shadow: 1px 1px 3px 2px #b9dfbe;">
Div content here</div>
This div box has shadow with color #b9dfbe
Comments
No comments written yet.
Please login to write comment.