Color spaces of #b9dfde
RGB | 185 | 223 | 222 |
---|---|---|---|
HSL | 0.50 | 0.37 | 0.80 |
HSV | 178° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.00 0.13 |
XYZ | 59.5801 | 68.3636 | 79.1625 |
Yxy | 68.3636 | 0.2877 | 0.3301 |
Hunter Lab | 82.6823 | -16.0685 | 1.1116 |
CIE-Lab | 86.1879 | -12.5501 | -3.6526 |
#b9dfde color RGB value is (185,223,222).
#b9dfde hex color red value is 185, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9dfde hue: 0.50 , saturation: 0.37 and the lightness value of b9dfde is 0.80.
The process color (four color CMYK) of #b9dfde color hex is 0.17, 0.00, 0.00, 0.13. Web safe color of #b9dfde is #cccccc. Color #b9dfde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11011111 | 11011110 |
Octal | 271 | 337 | 336 |
Decimal | 185 | 223 | 222 |
Hex | B9 | DF | DE |
Shades of #b9dfde
Tints of #b9dfde
RGB Percentages of Color #b9dfde
CMYK Percentages of Color #b9dfde
Complementary Color
#b9dfde | #dfb9ba |
#b9dfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9dfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9dfde Color CSS Codes
.mybgcolor {background-color:#b9dfde; } .myforecolor {color:#b9dfde; } .mybordercolor {border:3px solid #b9dfde; }
#b9dfde Text Font Color
<p style="color:#b9dfde">Text here</p>
This sample text font color is #b9dfde
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.
#b9dfde Background Color
<div style="background-color:#b9dfde">
Div content here</div>
This div background color is #b9dfde
#b9dfde Border Color
<div style="border:3px solid #b9dfde">
Div here</div>
This div border color is #b9dfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,223,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9dfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9dfde; -webkit-box-shadow: 1px 1px 3px 2px #b9dfde; box-shadow: 1px 1px 3px 2px #b9dfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,223,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9dfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9dfde; -webkit-box-shadow: 1px 1px 3px 2px #b9dfde; box-shadow: 1px 1px 3px 2px #b9dfde;">
Div content here</div>
This div box has shadow with color #b9dfde
#b9dfde Color Palettes
Comments
No comments written yet.
Please login to write comment.