Color spaces of #bcd4ac
RGB | 188 | 212 | 172 |
---|---|---|---|
HSL | 0.27 | 0.32 | 0.75 |
HSV | 96° | 19° | 83° |
CMYK | 0.11 | 0.00 | 0.19 0.17 |
XYZ | 51.7289 | 60.7569 | 48.0306 |
Yxy | 60.7569 | 0.3223 | 0.3785 |
Hunter Lab | 77.9467 | -17.9462 | 18.0283 |
CIE-Lab | 82.2479 | -15.2553 | 17.1457 |
#bcd4ac color RGB value is (188,212,172).
#bcd4ac hex color red value is 188, green value is 212 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bcd4ac hue: 0.27 , saturation: 0.32 and the lightness value of bcd4ac is 0.75.
The process color (four color CMYK) of #bcd4ac color hex is 0.11, 0.00, 0.19, 0.17. Web safe color of #bcd4ac is #cccc99. Color #bcd4ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010100 | 10101100 |
Octal | 274 | 324 | 254 |
Decimal | 188 | 212 | 172 |
Hex | BC | D4 | AC |
Shades of #bcd4ac
Tints of #bcd4ac
RGB Percentages of Color #bcd4ac
CMYK Percentages of Color #bcd4ac
Complementary Color
#bcd4ac | #c4acd4 |
#bcd4ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd4ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd4ac Color CSS Codes
.mybgcolor {background-color:#bcd4ac; } .myforecolor {color:#bcd4ac; } .mybordercolor {border:3px solid #bcd4ac; }
#bcd4ac Text Font Color
<p style="color:#bcd4ac">Text here</p>
This sample text font color is #bcd4ac
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.
#bcd4ac Background Color
<div style="background-color:#bcd4ac">
Div content here</div>
This div background color is #bcd4ac
#bcd4ac Border Color
<div style="border:3px solid #bcd4ac">
Div here</div>
This div border color is #bcd4ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,212,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd4ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd4ac; -webkit-box-shadow: 1px 1px 3px 2px #bcd4ac; box-shadow: 1px 1px 3px 2px #bcd4ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,212,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd4ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd4ac; -webkit-box-shadow: 1px 1px 3px 2px #bcd4ac; box-shadow: 1px 1px 3px 2px #bcd4ac;">
Div content here</div>
This div box has shadow with color #bcd4ac
Comments
No comments written yet.
Please login to write comment.