Color spaces of #b9ebcc
RGB | 185 | 235 | 204 |
---|---|---|---|
HSL | 0.40 | 0.56 | 0.82 |
HSV | 143° | 21° | 92° |
CMYK | 0.21 | 0.00 | 0.13 0.08 |
XYZ | 60.6150 | 74.0906 | 68.2329 |
Yxy | 74.0906 | 0.2987 | 0.3651 |
Hunter Lab | 86.0759 | -24.9324 | 13.2536 |
CIE-Lab | 88.9653 | -22.0581 | 9.8255 |
#b9ebcc color RGB value is (185,235,204).
#b9ebcc hex color red value is 185, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b9ebcc hue: 0.40 , saturation: 0.56 and the lightness value of b9ebcc is 0.82.
The process color (four color CMYK) of #b9ebcc color hex is 0.21, 0.00, 0.13, 0.08. Web safe color of #b9ebcc is #ccffcc. Color #b9ebcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11101011 | 11001100 |
Octal | 271 | 353 | 314 |
Decimal | 185 | 235 | 204 |
Hex | B9 | EB | CC |
Shades of #b9ebcc
Tints of #b9ebcc
RGB Percentages of Color #b9ebcc
CMYK Percentages of Color #b9ebcc
Complementary Color
#b9ebcc | #ebb9d8 |
#b9ebcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9ebcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9ebcc Color CSS Codes
.mybgcolor {background-color:#b9ebcc; } .myforecolor {color:#b9ebcc; } .mybordercolor {border:3px solid #b9ebcc; }
#b9ebcc Text Font Color
<p style="color:#b9ebcc">Text here</p>
This sample text font color is #b9ebcc
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.
#b9ebcc Background Color
<div style="background-color:#b9ebcc">
Div content here</div>
This div background color is #b9ebcc
#b9ebcc Border Color
<div style="border:3px solid #b9ebcc">
Div here</div>
This div border color is #b9ebcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,235,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9ebcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9ebcc; -webkit-box-shadow: 1px 1px 3px 2px #b9ebcc; box-shadow: 1px 1px 3px 2px #b9ebcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,235,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9ebcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9ebcc; -webkit-box-shadow: 1px 1px 3px 2px #b9ebcc; box-shadow: 1px 1px 3px 2px #b9ebcc;">
Div content here</div>
This div box has shadow with color #b9ebcc
Comments
No comments written yet.
Please login to write comment.