Color spaces of #b9dfce
RGB | 185 | 223 | 206 |
---|---|---|---|
HSL | 0.43 | 0.37 | 0.80 |
HSV | 153° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.08 0.13 |
XYZ | 57.5358 | 67.5459 | 68.3977 |
Yxy | 67.5459 | 0.2974 | 0.3491 |
Hunter Lab | 82.1863 | -18.8644 | 8.1877 |
CIE-Lab | 85.7789 | -15.7382 | 4.1941 |
#b9dfce color RGB value is (185,223,206).
#b9dfce hex color red value is 185, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9dfce hue: 0.43 , saturation: 0.37 and the lightness value of b9dfce is 0.80.
The process color (four color CMYK) of #b9dfce color hex is 0.17, 0.00, 0.08, 0.13. Web safe color of #b9dfce is #cccccc. Color #b9dfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11011111 | 11001110 |
Octal | 271 | 337 | 316 |
Decimal | 185 | 223 | 206 |
Hex | B9 | DF | CE |
Shades of #b9dfce
Tints of #b9dfce
RGB Percentages of Color #b9dfce
CMYK Percentages of Color #b9dfce
Complementary Color
#b9dfce | #dfb9ca |
#b9dfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9dfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9dfce Color CSS Codes
.mybgcolor {background-color:#b9dfce; } .myforecolor {color:#b9dfce; } .mybordercolor {border:3px solid #b9dfce; }
#b9dfce Text Font Color
<p style="color:#b9dfce">Text here</p>
This sample text font color is #b9dfce
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.
#b9dfce Background Color
<div style="background-color:#b9dfce">
Div content here</div>
This div background color is #b9dfce
#b9dfce Border Color
<div style="border:3px solid #b9dfce">
Div here</div>
This div border color is #b9dfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9dfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9dfce; -webkit-box-shadow: 1px 1px 3px 2px #b9dfce; box-shadow: 1px 1px 3px 2px #b9dfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,223,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9dfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9dfce; -webkit-box-shadow: 1px 1px 3px 2px #b9dfce; box-shadow: 1px 1px 3px 2px #b9dfce;">
Div content here</div>
This div box has shadow with color #b9dfce
Comments
No comments written yet.
Please login to write comment.