Color spaces of #badfbb
RGB | 186 | 223 | 187 |
---|---|---|---|
HSL | 0.34 | 0.37 | 0.80 |
HSV | 122° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.16 0.13 |
XYZ | 55.6070 | 66.8023 | 56.9770 |
Yxy | 66.8023 | 0.3100 | 0.3724 |
Hunter Lab | 81.7327 | -21.5893 | 15.8810 |
CIE-Lab | 85.4040 | -18.9026 | 13.6674 |
#badfbb color RGB value is (186,223,187).
#badfbb hex color red value is 186, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #badfbb hue: 0.34 , saturation: 0.37 and the lightness value of badfbb is 0.80.
The process color (four color CMYK) of #badfbb color hex is 0.17, 0.00, 0.16, 0.13. Web safe color of #badfbb is #cccccc. Color #badfbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011111 | 10111011 |
Octal | 272 | 337 | 273 |
Decimal | 186 | 223 | 187 |
Hex | BA | DF | BB |
Shades of #badfbb
Tints of #badfbb
RGB Percentages of Color #badfbb
CMYK Percentages of Color #badfbb
Complementary Color
#badfbb | #dfbade |
#badfbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badfbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#badfbb Color CSS Codes
.mybgcolor {background-color:#badfbb; } .myforecolor {color:#badfbb; } .mybordercolor {border:3px solid #badfbb; }
#badfbb Text Font Color
<p style="color:#badfbb">Text here</p>
This sample text font color is #badfbb
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.
#badfbb Background Color
<div style="background-color:#badfbb">
Div content here</div>
This div background color is #badfbb
#badfbb Border Color
<div style="border:3px solid #badfbb">
Div here</div>
This div border color is #badfbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,223,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badfbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badfbb; -webkit-box-shadow: 1px 1px 3px 2px #badfbb; box-shadow: 1px 1px 3px 2px #badfbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,223,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 #badfbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badfbb; -webkit-box-shadow: 1px 1px 3px 2px #badfbb; box-shadow: 1px 1px 3px 2px #badfbb;">
Div content here</div>
This div box has shadow with color #badfbb
Comments
No comments written yet.
Please login to write comment.