Color spaces of #bcdaae
RGB | 188 | 218 | 174 |
---|---|---|---|
HSL | 0.28 | 0.37 | 0.77 |
HSV | 101° | 20° | 85° |
CMYK | 0.14 | 0.00 | 0.20 0.15 |
XYZ | 53.4504 | 63.8902 | 49.5593 |
Yxy | 63.8902 | 0.3203 | 0.3828 |
Hunter Lab | 79.9313 | -20.5162 | 19.1908 |
CIE-Lab | 83.9086 | -17.9343 | 18.4106 |
#bcdaae color RGB value is (188,218,174).
#bcdaae hex color red value is 188, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcdaae hue: 0.28 , saturation: 0.37 and the lightness value of bcdaae is 0.77.
The process color (four color CMYK) of #bcdaae color hex is 0.14, 0.00, 0.20, 0.15. Web safe color of #bcdaae is #cccc99. Color #bcdaae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011010 | 10101110 |
Octal | 274 | 332 | 256 |
Decimal | 188 | 218 | 174 |
Hex | BC | DA | AE |
Shades of #bcdaae
Tints of #bcdaae
RGB Percentages of Color #bcdaae
CMYK Percentages of Color #bcdaae
Complementary Color
#bcdaae | #ccaeda |
#bcdaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdaae Color CSS Codes
.mybgcolor {background-color:#bcdaae; } .myforecolor {color:#bcdaae; } .mybordercolor {border:3px solid #bcdaae; }
#bcdaae Text Font Color
<p style="color:#bcdaae">Text here</p>
This sample text font color is #bcdaae
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.
#bcdaae Background Color
<div style="background-color:#bcdaae">
Div content here</div>
This div background color is #bcdaae
#bcdaae Border Color
<div style="border:3px solid #bcdaae">
Div here</div>
This div border color is #bcdaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,218,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdaae; -webkit-box-shadow: 1px 1px 3px 2px #bcdaae; box-shadow: 1px 1px 3px 2px #bcdaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,218,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdaae; -webkit-box-shadow: 1px 1px 3px 2px #bcdaae; box-shadow: 1px 1px 3px 2px #bcdaae;">
Div content here</div>
This div box has shadow with color #bcdaae
Comments
No comments written yet.
Please login to write comment.