Color spaces of #bacdbb
RGB | 186 | 205 | 187 |
---|---|---|---|
HSL | 0.34 | 0.16 | 0.77 |
HSV | 123° | 9° | 80° |
CMYK | 0.09 | 0.00 | 0.09 0.20 |
XYZ | 51.0507 | 57.6896 | 55.4583 |
Yxy | 57.6896 | 0.3109 | 0.3513 |
Hunter Lab | 75.9537 | -12.9438 | 9.8764 |
CIE-Lab | 80.5659 | -9.7974 | 6.7707 |
#bacdbb color RGB value is (186,205,187).
#bacdbb hex color red value is 186, green value is 205 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bacdbb hue: 0.34 , saturation: 0.16 and the lightness value of bacdbb is 0.77.
The process color (four color CMYK) of #bacdbb color hex is 0.09, 0.00, 0.09, 0.20. Web safe color of #bacdbb is #cccccc. Color #bacdbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001101 | 10111011 |
Octal | 272 | 315 | 273 |
Decimal | 186 | 205 | 187 |
Hex | BA | CD | BB |
Shades of #bacdbb
Tints of #bacdbb
RGB Percentages of Color #bacdbb
CMYK Percentages of Color #bacdbb
Complementary Color
#bacdbb | #cdbacc |
#bacdbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacdbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacdbb Color CSS Codes
.mybgcolor {background-color:#bacdbb; } .myforecolor {color:#bacdbb; } .mybordercolor {border:3px solid #bacdbb; }
#bacdbb Text Font Color
<p style="color:#bacdbb">Text here</p>
This sample text font color is #bacdbb
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.
#bacdbb Background Color
<div style="background-color:#bacdbb">
Div content here</div>
This div background color is #bacdbb
#bacdbb Border Color
<div style="border:3px solid #bacdbb">
Div here</div>
This div border color is #bacdbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,205,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacdbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacdbb; -webkit-box-shadow: 1px 1px 3px 2px #bacdbb; box-shadow: 1px 1px 3px 2px #bacdbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,205,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacdbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacdbb; -webkit-box-shadow: 1px 1px 3px 2px #bacdbb; box-shadow: 1px 1px 3px 2px #bacdbb;">
Div content here</div>
This div box has shadow with color #bacdbb
Comments
No comments written yet.
Please login to write comment.