Color spaces of #bccdb4
RGB | 188 | 205 | 180 |
---|---|---|---|
HSL | 0.28 | 0.20 | 0.75 |
HSV | 101° | 12° | 80° |
CMYK | 0.08 | 0.00 | 0.12 0.20 |
XYZ | 50.8086 | 57.6493 | 51.6295 |
Yxy | 57.6493 | 0.3174 | 0.3601 |
Hunter Lab | 75.9271 | -13.4246 | 12.8325 |
CIE-Lab | 80.5434 | -10.3439 | 10.4956 |
#bccdb4 color RGB value is (188,205,180).
#bccdb4 hex color red value is 188, green value is 205 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bccdb4 hue: 0.28 , saturation: 0.20 and the lightness value of bccdb4 is 0.75.
The process color (four color CMYK) of #bccdb4 color hex is 0.08, 0.00, 0.12, 0.20. Web safe color of #bccdb4 is #cccccc. Color #bccdb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001101 | 10110100 |
Octal | 274 | 315 | 264 |
Decimal | 188 | 205 | 180 |
Hex | BC | CD | B4 |
Shades of #bccdb4
Tints of #bccdb4
RGB Percentages of Color #bccdb4
CMYK Percentages of Color #bccdb4
Complementary Color
#bccdb4 | #c5b4cd |
#bccdb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccdb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccdb4 Color CSS Codes
.mybgcolor {background-color:#bccdb4; } .myforecolor {color:#bccdb4; } .mybordercolor {border:3px solid #bccdb4; }
#bccdb4 Text Font Color
<p style="color:#bccdb4">Text here</p>
This sample text font color is #bccdb4
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.
#bccdb4 Background Color
<div style="background-color:#bccdb4">
Div content here</div>
This div background color is #bccdb4
#bccdb4 Border Color
<div style="border:3px solid #bccdb4">
Div here</div>
This div border color is #bccdb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,205,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccdb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccdb4; -webkit-box-shadow: 1px 1px 3px 2px #bccdb4; box-shadow: 1px 1px 3px 2px #bccdb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,205,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccdb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccdb4; -webkit-box-shadow: 1px 1px 3px 2px #bccdb4; box-shadow: 1px 1px 3px 2px #bccdb4;">
Div content here</div>
This div box has shadow with color #bccdb4
Comments
No comments written yet.
Please login to write comment.