Color spaces of #badfcd
RGB | 186 | 223 | 205 |
---|---|---|---|
HSL | 0.42 | 0.37 | 0.80 |
HSV | 151° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.08 0.13 |
XYZ | 57.6568 | 67.6222 | 67.7712 |
Yxy | 67.6222 | 0.2987 | 0.3503 |
Hunter Lab | 82.2327 | -18.7534 | 8.6997 |
CIE-Lab | 85.8172 | -15.6070 | 4.7847 |
#badfcd color RGB value is (186,223,205).
#badfcd hex color red value is 186, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #badfcd hue: 0.42 , saturation: 0.37 and the lightness value of badfcd is 0.80.
The process color (four color CMYK) of #badfcd color hex is 0.17, 0.00, 0.08, 0.13. Web safe color of #badfcd is #cccccc. Color #badfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011111 | 11001101 |
Octal | 272 | 337 | 315 |
Decimal | 186 | 223 | 205 |
Hex | BA | DF | CD |
Shades of #badfcd
Tints of #badfcd
RGB Percentages of Color #badfcd
CMYK Percentages of Color #badfcd
Complementary Color
#badfcd | #dfbacc |
#badfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#badfcd Color CSS Codes
.mybgcolor {background-color:#badfcd; } .myforecolor {color:#badfcd; } .mybordercolor {border:3px solid #badfcd; }
#badfcd Text Font Color
<p style="color:#badfcd">Text here</p>
This sample text font color is #badfcd
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.
#badfcd Background Color
<div style="background-color:#badfcd">
Div content here</div>
This div background color is #badfcd
#badfcd Border Color
<div style="border:3px solid #badfcd">
Div here</div>
This div border color is #badfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,223,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badfcd; -webkit-box-shadow: 1px 1px 3px 2px #badfcd; box-shadow: 1px 1px 3px 2px #badfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,223,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #badfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badfcd; -webkit-box-shadow: 1px 1px 3px 2px #badfcd; box-shadow: 1px 1px 3px 2px #badfcd;">
Div content here</div>
This div box has shadow with color #badfcd
Comments
No comments written yet.
Please login to write comment.