Color spaces of #b6dacd
RGB | 182 | 218 | 205 |
---|---|---|---|
HSL | 0.44 | 0.33 | 0.78 |
HSV | 158° | 17° | 85° |
CMYK | 0.17 | 0.00 | 0.06 0.15 |
XYZ | 55.3823 | 64.4957 | 67.2876 |
Yxy | 64.4957 | 0.2959 | 0.3446 |
Hunter Lab | 80.3092 | -17.4452 | 6.5399 |
CIE-Lab | 84.2232 | -14.3769 | 2.4436 |
#b6dacd color RGB value is (182,218,205).
#b6dacd hex color red value is 182, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b6dacd hue: 0.44 , saturation: 0.33 and the lightness value of b6dacd is 0.78.
The process color (four color CMYK) of #b6dacd color hex is 0.17, 0.00, 0.06, 0.15. Web safe color of #b6dacd is #cccccc. Color #b6dacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11011010 | 11001101 |
Octal | 266 | 332 | 315 |
Decimal | 182 | 218 | 205 |
Hex | B6 | DA | CD |
Shades of #b6dacd
Tints of #b6dacd
RGB Percentages of Color #b6dacd
CMYK Percentages of Color #b6dacd
Complementary Color
#b6dacd | #dab6c3 |
#b6dacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6dacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6dacd Color CSS Codes
.mybgcolor {background-color:#b6dacd; } .myforecolor {color:#b6dacd; } .mybordercolor {border:3px solid #b6dacd; }
#b6dacd Text Font Color
<p style="color:#b6dacd">Text here</p>
This sample text font color is #b6dacd
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.
#b6dacd Background Color
<div style="background-color:#b6dacd">
Div content here</div>
This div background color is #b6dacd
#b6dacd Border Color
<div style="border:3px solid #b6dacd">
Div here</div>
This div border color is #b6dacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,218,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6dacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6dacd; -webkit-box-shadow: 1px 1px 3px 2px #b6dacd; box-shadow: 1px 1px 3px 2px #b6dacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,218,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6dacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6dacd; -webkit-box-shadow: 1px 1px 3px 2px #b6dacd; box-shadow: 1px 1px 3px 2px #b6dacd;">
Div content here</div>
This div box has shadow with color #b6dacd
Comments
No comments written yet.
Please login to write comment.