Color spaces of #b9ecdb
RGB | 185 | 236 | 219 |
---|---|---|---|
HSL | 0.44 | 0.57 | 0.83 |
HSV | 160° | 22° | 93° |
CMYK | 0.22 | 0.00 | 0.07 0.07 |
XYZ | 62.7892 | 75.4197 | 78.2659 |
Yxy | 75.4197 | 0.2901 | 0.3484 |
Hunter Lab | 86.8445 | -22.9211 | 7.3579 |
CIE-Lab | 89.5892 | -19.6620 | 2.8932 |
#b9ecdb color RGB value is (185,236,219).
#b9ecdb hex color red value is 185, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9ecdb hue: 0.44 , saturation: 0.57 and the lightness value of b9ecdb is 0.83.
The process color (four color CMYK) of #b9ecdb color hex is 0.22, 0.00, 0.07, 0.07. Web safe color of #b9ecdb is #ccffcc. Color #b9ecdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11101100 | 11011011 |
Octal | 271 | 354 | 333 |
Decimal | 185 | 236 | 219 |
Hex | B9 | EC | DB |
Shades of #b9ecdb
Tints of #b9ecdb
RGB Percentages of Color #b9ecdb
CMYK Percentages of Color #b9ecdb
Complementary Color
#b9ecdb | #ecb9ca |
#b9ecdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9ecdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9ecdb Color CSS Codes
.mybgcolor {background-color:#b9ecdb; } .myforecolor {color:#b9ecdb; } .mybordercolor {border:3px solid #b9ecdb; }
#b9ecdb Text Font Color
<p style="color:#b9ecdb">Text here</p>
This sample text font color is #b9ecdb
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.
#b9ecdb Background Color
<div style="background-color:#b9ecdb">
Div content here</div>
This div background color is #b9ecdb
#b9ecdb Border Color
<div style="border:3px solid #b9ecdb">
Div here</div>
This div border color is #b9ecdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,236,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9ecdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9ecdb; -webkit-box-shadow: 1px 1px 3px 2px #b9ecdb; box-shadow: 1px 1px 3px 2px #b9ecdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,236,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9ecdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9ecdb; -webkit-box-shadow: 1px 1px 3px 2px #b9ecdb; box-shadow: 1px 1px 3px 2px #b9ecdb;">
Div content here</div>
This div box has shadow with color #b9ecdb
Comments
No comments written yet.
Please login to write comment.