Color spaces of #bcdaab
RGB | 188 | 218 | 171 |
---|---|---|---|
HSL | 0.27 | 0.39 | 0.76 |
HSV | 98° | 22° | 85° |
CMYK | 0.14 | 0.00 | 0.22 0.15 |
XYZ | 53.1611 | 63.7744 | 48.0359 |
Yxy | 63.7744 | 0.3222 | 0.3866 |
Hunter Lab | 79.8589 | -20.9277 | 20.2377 |
CIE-Lab | 83.8482 | -18.4199 | 19.8992 |
#bcdaab color RGB value is (188,218,171).
#bcdaab hex color red value is 188, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcdaab hue: 0.27 , saturation: 0.39 and the lightness value of bcdaab is 0.76.
The process color (four color CMYK) of #bcdaab color hex is 0.14, 0.00, 0.22, 0.15. Web safe color of #bcdaab is #cccc99. Color #bcdaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011010 | 10101011 |
Octal | 274 | 332 | 253 |
Decimal | 188 | 218 | 171 |
Hex | BC | DA | AB |
Shades of #bcdaab
Tints of #bcdaab
RGB Percentages of Color #bcdaab
CMYK Percentages of Color #bcdaab
Complementary Color
#bcdaab | #c9abda |
#bcdaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdaab Color CSS Codes
.mybgcolor {background-color:#bcdaab; } .myforecolor {color:#bcdaab; } .mybordercolor {border:3px solid #bcdaab; }
#bcdaab Text Font Color
<p style="color:#bcdaab">Text here</p>
This sample text font color is #bcdaab
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.
#bcdaab Background Color
<div style="background-color:#bcdaab">
Div content here</div>
This div background color is #bcdaab
#bcdaab Border Color
<div style="border:3px solid #bcdaab">
Div here</div>
This div border color is #bcdaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,218,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdaab; -webkit-box-shadow: 1px 1px 3px 2px #bcdaab; box-shadow: 1px 1px 3px 2px #bcdaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,218,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdaab; -webkit-box-shadow: 1px 1px 3px 2px #bcdaab; box-shadow: 1px 1px 3px 2px #bcdaab;">
Div content here</div>
This div box has shadow with color #bcdaab
Comments
No comments written yet.
Please login to write comment.